soiz1 commited on
Commit
58b1b66
·
verified ·
1 Parent(s): f810a4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
15
  && git lfs install
16
 
17
  RUN sudo apt update && sudo apt install apt-file -y
18
- RUN sudo apt-file search add-apt-repository
19
  RUN sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update && sudo apt install nvidia-driver-460
20
 
21
  WORKDIR /code
 
15
  && git lfs install
16
 
17
  RUN sudo apt update && sudo apt install apt-file -y
18
+ RUN sudo apt-file update && sudo apt-file search add-apt-repository
19
  RUN sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update && sudo apt install nvidia-driver-460
20
 
21
  WORKDIR /code