Skip to content

Commit

Permalink
Edit Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Aug 25, 2024
1 parent 417035c commit c7d892d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ RUN mkdir -pm755 /etc/apt/keyrings && curl -o /etc/apt/keyrings/docker.asc -fsSL
containerd.io \
docker-buildx-plugin \
docker-compose-plugin \
pigz \
xz-utils \
nvidia-container-toolkit && \
apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf/* /var/log/* /tmp/* /var/tmp/* && \
nvidia-ctk runtime configure --runtime=docker
Expand Down

0 comments on commit c7d892d

Please sign in to comment.