We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921e615 commit 68a69a6Copy full SHA for 68a69a6
Dockerfile
@@ -77,7 +77,7 @@ RUN pip install scikit-learn
77
# ENV PATH=/opt/miniconda/bin:$PATH
78
79
# install tensorflow and torch
80
-# RUN conda install -c anaconda cudatoolkit=11.2 cudnn -y && \
+# RUN conda install -c conda-forge cudatoolkit=11.2 cudnn -y && \
81
# pip install tensorflow==2.6
82
83
# ARG TORCH_VER="1.7.1+cu101"
0 commit comments