Skip to content

Commit

Permalink
update dockerfile with gpu acceleration
Browse files Browse the repository at this point in the history
Signed-off-by: hakuturu583 <ms.kataoka@gmail.com>
  • Loading branch information
hakuturu583 committed Apr 27, 2024
1 parent 9566c4b commit 140f830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker/vrx/Dockerfile.cuda
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM nvidia/opengl:1.0-glvnd-devel-ubuntu18.04 as glvnd
FROM vrx:latest
FROM wamvtan/vrx:latest
USER root
RUN apt-get update && apt-get install -y --no-install-recommends \
libglvnd0 \
Expand Down

0 comments on commit 140f830

Please sign in to comment.