Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
change from anaconda community to conda-forge for conda install (commented out)
  • Loading branch information
trn024 authored Jul 24, 2024
1 parent 921e615 commit 68a69a6
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 @@ -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"
Expand Down

0 comments on commit 68a69a6

Please sign in to comment.