Gregniuki commited on
Commit
619d242
·
1 Parent(s): 41bb31d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM debian:bullseye-slim
4
 
5
  RUN dpkg --add-architecture amd64
6
  RUN apt-get update && \
7
- apt-get install -y --no-install-recommends gnupg2 curl ca-certificates
8
  #RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub
9
 
10
  # Import the NVIDIA GPG key
 
4
 
5
  RUN dpkg --add-architecture amd64
6
  RUN apt-get update && \
7
+ apt-get install -y --no-install-recommends gnupg2 curl ca-certificates wget
8
  #RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub
9
 
10
  # Import the NVIDIA GPG key