Skip to content

Commit

Permalink
clean up rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelklee committed Dec 12, 2023
1 parent 18e530d commit ed59372
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/docker/gatkbase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ RUN mkdir $DOWNLOAD_DIR && \
test "$(sha256sum $DOWNLOAD_DIR/miniconda.sh | awk -v FS=' ' -v ORS='' '{print $1}')" = "$CONDA_SHA256" && \
bash $DOWNLOAD_DIR/miniconda.sh -p $CONDA_PATH -b && \
rm $DOWNLOAD_DIR/miniconda.sh && \
conda config --set auto_update_conda false && \
conda config --set solver libmamba && \
conda clean -afy && \
conda config --set auto_update_conda false && \
conda config --set solver libmamba && \
Expand Down

0 comments on commit ed59372

Please sign in to comment.