From 68a69a68b38cb8727d2a08bca27d0bcb167a7ecb Mon Sep 17 00:00:00 2001 From: trn024 Date: Wed, 24 Jul 2024 15:36:34 -0700 Subject: [PATCH] Update Dockerfile change from anaconda community to conda-forge for conda install (commented out) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4da8034..9dd8af4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN pip install scikit-learn # ENV PATH=/opt/miniconda/bin:$PATH # install tensorflow and torch -# RUN conda install -c anaconda cudatoolkit=11.2 cudnn -y && \ +# RUN conda install -c conda-forge cudatoolkit=11.2 cudnn -y && \ # pip install tensorflow==2.6 # ARG TORCH_VER="1.7.1+cu101"