Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed May 21, 2024
1 parent b60c79c commit aa6fc39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM ubuntu:22.04 AS builder
FROM docker.io/nvidia/opengl:1.2-glvnd-runtime-ubuntu22.04

ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=ETC/UTC
ENV DEBIAN_FRONTEND=noniteractive
ENV NVIDIA_DRIVER_CAPABILITIES=all

RUN apt-get update -y \
&& apt install -y \
Expand Down

0 comments on commit aa6fc39

Please sign in to comment.