soiz1 commited on
Commit
f810a4c
·
verified ·
1 Parent(s): 5f6c223

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
14
  && rm -rf /var/lib/apt/lists/* \
15
  && git lfs install
16
 
17
- RUN sudo apt update && sudo apt install apt-file
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
 
 
14
  && rm -rf /var/lib/apt/lists/* \
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