Yaya86 commited on
Commit
7d81bea
·
verified ·
1 Parent(s): ac34a07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -2,9 +2,9 @@
2
  FROM ubuntu:latest
3
 
4
  # Update packages and install curl and gnupg
5
- RUN apt-get update && apt-get install curl -y
6
- #curl \
7
- #gnupg
8
 
9
  # Add NVIDIA package repositories
10
  RUN curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \
 
2
  FROM ubuntu:latest
3
 
4
  # Update packages and install curl and gnupg
5
+ RUN apt-get update && apt-get install -y
6
+ curl \
7
+ gnupg
8
 
9
  # Add NVIDIA package repositories
10
  RUN curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \