Updating Nvidia GPG for Docker

This commit is contained in:
bernatx 2022-12-23 18:38:41 +01:00
parent e58b27d1b1
commit 55deecec94
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
FROM nvidia/vulkan:1.1.121-cuda-10.1--ubuntu18.04
RUN apt-key adv --fetch-keys "https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub"
RUN packages='libsdl2-2.0 xserver-xorg libvulkan1 libomp5' && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $packages --no-install-recommends
RUN useradd -m carla