Skip to content

Commit

Permalink
fix: remove nvidia driver toolkit env variables to avoid automatic tr…
Browse files Browse the repository at this point in the history
…igger
ABeltramo committed Jul 7, 2024
1 parent 2ebe28b commit afca1a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -11,9 +11,7 @@ ENV \
HOME="/home/retro" \
TZ="Europe/London" \
DEBIAN_FRONTEND=noninteractive \
NEEDRESTART_SUSPEND=1 \
NVIDIA_VISIBLE_DEVICES=all \
NVIDIA_DRIVER_CAPABILITIES=all
NEEDRESTART_SUSPEND=1

ARG TARGETARCH TARGETVARIANT

0 comments on commit afca1a1

Please sign in to comment.