Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Replace non-existent docker image
  • Loading branch information
drebain authored Sep 18, 2024
1 parent 39ad496 commit c1e5bfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
from nvidia/cuda:10.2-devel-ubuntu18.04
from nvidia/cudagl:10.2-base-ubuntu18.04

env NVIDIA_DRIVER_CAPABILITIES ${NVIDIA_DRIVER_CAPABILITIES},display

workdir /viper

run apt-get update --yes
run apt-get install --yes \
cuda-toolkit-10-2 \
g++ \
cmake \
xorg-dev \
Expand Down

0 comments on commit c1e5bfe

Please sign in to comment.