Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
bernatx committed Dec 23, 2022
2 parents 424045f + 55deece commit 580ae28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Util/Docker/Release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 580ae28

Please sign in to comment.