Skip to content

Commit

Permalink
drop cuda-version
Browse files Browse the repository at this point in the history
  • Loading branch information
briney committed Dec 3, 2024
1 parent 4298ee4 commit 61ace24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jupyterhub/deeplearning/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ RUN mamba install --yes -c nvidia \
&& sudo mkdir -p /usr/local/cuda \
&& sudo ln -s /opt/conda/* /usr/local/cuda/

RUN mamba install --yes -c nvidia \
"cuda-version~=12.4" \
&& mamba clean --all -f -y
# RUN mamba install --yes -c nvidia \
# "cuda-version~=12.4" \
# && mamba clean --all -f -y


# RUN python3 -m pip install nvidia-pyindex
Expand Down

0 comments on commit 61ace24

Please sign in to comment.