Skip to content

Commit

Permalink
ci: update Dockerfile.common with nvidia env
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain authored May 26, 2024
1 parent b2c095e commit f98df78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FROM ${BASE_IMAGE}
# Necessary to install tzdata. It will default to UTC.
ENV DEBIAN_FRONTEND=noninteractive

# Make sure we enable all GPU if we have one
ENV NVIDIA_DRIVER_CAPABILITIES=all

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

0 comments on commit f98df78

Please sign in to comment.