add missing libomp5 to runtime dockerfile, see issue 4498
This commit is contained in:
parent
67172ad203
commit
43058e7da9
|
@ -12,7 +12,7 @@
|
|||
|
||||
FROM nvidia/vulkan:1.1.121-cuda-10.1--ubuntu18.04
|
||||
|
||||
RUN packages='libsdl2-2.0 xserver-xorg libvulkan1' \
|
||||
RUN packages='libsdl2-2.0 xserver-xorg libvulkan1 libomp5' \
|
||||
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $packages --no-install-recommends \
|
||||
&& VULKAN_API_VERSION=`dpkg -s libvulkan1 | grep -oP 'Version: [0-9|\.]+' | grep -oP '[0-9|\.]+'` && \
|
||||
mkdir -p /etc/vulkan/icd.d/ && \
|
||||
|
|
Loading…
Reference in New Issue