mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-02-10 06:43:28 +00:00
5 lines
89 B
Docker
5 lines
89 B
Docker
FROM ubuntu:18.04
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y apt-utils gpg xz-utils
|