fffiloni commited on
Commit
365dd2a
·
verified ·
1 Parent(s): 432796a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -5
Dockerfile CHANGED
@@ -52,12 +52,9 @@ RUN apt-get update && apt-get install -y \
52
  wget \
53
  && wget https://developer.download.nvidia.com/compute/cudnn/9.3.0/local_installers/cudnn-local-repo-ubuntu2204-9.3.0_1.0-1_amd64.deb \
54
  && dpkg -i cudnn-local-repo-ubuntu2204-9.3.0_1.0-1_amd64.deb \
55
- && cp /var/cudnn-local-repo-ubuntu2204-9.3.0/cudnn-local-*-keyring.gpg /usr/share/keyrings/ \
56
- && apt-get update \
57
- && apt-get install -y libcudnn9=9.3.0.* \
58
  && apt-get clean \
59
- && rm -rf /var/lib/apt/lists/* \
60
- && rm cudnn-local-repo-ubuntu2204-9.3.0_1.0-1_amd64.deb
61
 
62
  # Switch back to the user
63
  USER user
 
52
  wget \
53
  && wget https://developer.download.nvidia.com/compute/cudnn/9.3.0/local_installers/cudnn-local-repo-ubuntu2204-9.3.0_1.0-1_amd64.deb \
54
  && dpkg -i cudnn-local-repo-ubuntu2204-9.3.0_1.0-1_amd64.deb \
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