soiz1 commited on
Commit
9098ddf
·
verified ·
1 Parent(s): 1de5070

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
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 -y && sudo apt update -y && setxkbmap jp && sudo apt install nvidia-driver-460 -y
20
 
21
  WORKDIR /code
22
 
 
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 -y && sudo apt update -y && setxkbmap jp && apt list --upgradable && sudo apt install nvidia-driver-460 -y
20
 
21
  WORKDIR /code
22