8000 manual-nvidia-driver · sabrehagen/desktop-environment@1df41f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
manual-nvidia-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Dec 16, 2024
1 parent a94200a commit 1df41f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,11 @@ RUN git clone --depth 1 https://github.com/cloud-computer/noVNC.git /opt/noVNC &
# Install nvidia driver
RUN apt-get update -qq && \
apt-get install -qq \
nvidia-cuda-toolkit nvidia-driver-535
nvidia-cuda-toolkit && \
wget -qnv -O nvidia-driver.run https://us.download.nvidia.com/XFree86/Linux-x86_64/565.77/NVIDIA-Linux-x86_64-565.77.run && \
chmod +x nvidia-driver.run && \
./nvidia-driver.run --silent && \
rm nviia-driver.run

# Install nvm
RUN mkdir /opt/nvm && \
Expand Down

0 comments on commit 1df41f8

Please sign in to comment.
0