Skip to content

Commit

Permalink
Fix ENVs to use "key=value" format (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Marburg <[email protected]>
  • Loading branch information
amarburg and amarburg authored Aug 19, 2024
1 parent c4675d3 commit 368b25a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,6 @@ RUN sudo apt-get update \
&& sudo rm -rf /var/lib/apt/lists/*

# Env vars for the nvidia-container-runtime.
ENV NVIDIA_VISIBLE_DEVICES all
ENV NVIDIA_DRIVER_CAPABILITIES graphics,utility,compute
ENV QT_X11_NO_MITSHM 1
ENV NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_DRIVER_CAPABILITIES=graphics,utility,compute
ENV QT_X11_NO_MITSHM=1

0 comments on commit 368b25a

Please sign in to comment.