Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengzhenxian authored Apr 29, 2024
1 parent 9bbd3d5 commit f2606f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86
conda config --add channels defaults && \
conda config --add channels bioconda && \
conda config --add channels conda-forge && \
conda create -n clairs -c pytorch -c conda-forge -c bioconda clair3 pytorch tqdm torchinfo -y && \
conda create -n clairs -c pytorch -c conda-forge -c bioconda clair3 pytorch torchinfo tqdm -y && \
rm -rf /opt/conda/pkgs/* && \
rm -rf /root/.cache/pip

Expand Down

0 comments on commit f2606f6

Please sign in to comment.