We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 424045f + 55deece commit 580ae28Copy full SHA for 580ae28
Util/Docker/Release.Dockerfile
@@ -5,6 +5,8 @@
5
6
FROM nvidia/vulkan:1.1.121-cuda-10.1--ubuntu18.04
7
8
+RUN apt-key adv --fetch-keys "https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub"
9
+
10
RUN packages='libsdl2-2.0 xserver-xorg libvulkan1 libomp5' && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $packages --no-install-recommends
11
12
RUN useradd -m carla
0 commit comments