Skip to content

Commit 68a69a6

Browse files
authored
Update Dockerfile
change from anaconda community to conda-forge for conda install (commented out)
1 parent 921e615 commit 68a69a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN pip install scikit-learn
7777
# ENV PATH=/opt/miniconda/bin:$PATH
7878

7979
# install tensorflow and torch
80-
# RUN conda install -c anaconda cudatoolkit=11.2 cudnn -y && \
80+
# RUN conda install -c conda-forge cudatoolkit=11.2 cudnn -y && \
8181
# pip install tensorflow==2.6
8282

8383
# ARG TORCH_VER="1.7.1+cu101"

0 commit comments

Comments
 (0)