fffiloni commited on
Commit
15560c8
·
verified ·
1 Parent(s): 365dd2a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use the NVIDIA CUDA runtime as a base image for CUDA 12.3
2
- FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04
3
 
4
  # Set environment variables
5
  ENV DEBIAN_FRONTEND=noninteractive
@@ -55,7 +55,6 @@ RUN apt-get update && apt-get install -y \
55
  && rm cudnn-local-repo-ubuntu2204-9.3.0_1.0-1_amd64.deb \
56
  && apt-get clean \
57
  && rm -rf /var/lib/apt/lists/*
58
-
59
  # Switch back to the user
60
  USER user
61
 
 
1
+ # Use CUDA base image without CuDNN
2
+ FROM nvidia/cuda:12.3.2-runtime-ubuntu22.04
3
 
4
  # Set environment variables
5
  ENV DEBIAN_FRONTEND=noninteractive
 
55
  && rm cudnn-local-repo-ubuntu2204-9.3.0_1.0-1_amd64.deb \
56
  && apt-get clean \
57
  && rm -rf /var/lib/apt/lists/*
 
58
  # Switch back to the user
59
  USER user
60