Skip to content

Commit

Permalink
change permissions for nvidia-drive script
Browse files Browse the repository at this point in the history
  • Loading branch information
seunAdeks committed Dec 6, 2024
1 parent 7a54fa7 commit 11f4ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ RUN if [ "$DRIVER_TYPE" != "vgpu" ]; then \

COPY nvidia-driver /usr/local/bin

RUN chmod 755 /usr/local/bin/nvidia-driver

RUN cat /usr/local/bin/nvidia-driver

WORKDIR /usr/src/nvidia-$DRIVER_VERSION
Expand Down

0 comments on commit 11f4ef2

Please sign in to comment.