Add libraries to release docker file (to work with X server or headless)
This commit is contained in:
parent
c0a9174775
commit
2df3f17d68
|
@ -5,7 +5,7 @@
|
|||
|
||||
FROM nvidia/vulkan:1.1.121-cuda-10.1--ubuntu18.04
|
||||
|
||||
RUN packages='libomp5' && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $packages --no-install-recommends
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue