Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatobipen authored Sep 20, 2024
1 parent f1d7da5 commit 13fc54d
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 @@ -54,7 +54,7 @@ RUN mkdir -p ${INSTALLDIR} && \
# cudnn 8.4.0のインストール
# conda install -y -c conda-forge cudatoolkit==11.8.0 cudnn==8.4.1.50 -n helixfold && \
conda install -y -c conda-forge cudnn==8.4.1.50 -n helixfold && \
conda install -y paddlepaddle-gpu==3.0.0b1 paddlepaddle-cuda=12.3 -c paddle -c nvidia -n helixfold && \
conda install -y -c paddle -c nvidia paddlepaddle-gpu==3.0.0b1 paddlepaddle-cuda=12.3 -n helixfold && \
conda activate helixfold && \
# python -m pip install https://paddle-wheel.bj.bcebos.com/2.5.1/linux/linux-gpu-cuda11.7-cudnn8.4.1-mkl-gcc8.2-avx/paddlepaddle_gpu-2.5.1.post117-cp39-cp39-linux_x86_64.whl && \
python -m pip install -r requirements.txt
Expand Down

0 comments on commit 13fc54d

Please sign in to comment.