Skip to content

Commit

Permalink
Add cuda*
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Jan 9, 2025
1 parent b406971 commit 43ad5b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ RUN mamba install -c rapidsai-nightly -c conda-forge jupyterlab-nvdashboard
RUN mamba install -c "nvidia/label/cuda-12.1.1" \
cuda-nvcc \
cuda-version=$CUDA_VERSION \
cuda-toolkit=$CUDA_VERSION \
nccl \
cudnn \
libcublas \
-y && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
Expand Down Expand Up @@ -96,4 +99,4 @@ RUN ln -s /opt/conda/lib/python3.11/site-packages/tensorrt_libs/libnvinfer_plugi
ln -s /opt/conda/lib/python3.11/site-packages/tensorrt_libs/libnvinfer.so.8 /opt/conda/lib/python3.11/site-packages/tensorrt_libs/libnvinfer.so.$TENSORRT_VERSION

# Run datahub scripts
RUN . /tmp/activate.sh
RUN . /tmp/activate.sh

0 comments on commit 43ad5b0

Please sign in to comment.