Merge 98e247089e
into 2a2cc5f1be
This commit is contained in:
commit
993e3964f4
|
@ -7,7 +7,14 @@ 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 apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes \
|
||||
libomp5 \
|
||||
libsdl2-2.0 \
|
||||
libvulkan1 \
|
||||
xserver-xorg && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives
|
||||
|
||||
RUN useradd -m carla
|
||||
|
||||
|
|
Loading…
Reference in New Issue