tayhan commited on
Commit
29a3687
·
1 Parent(s): 3c67cdd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ ARG PATH="/root/miniconda3/bin:${PATH}"
4
  WORKDIR /app
5
  RUN apt-get update
6
  RUN apt-get install gcc wget -y
 
7
  RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /app/Miniconda3-latest-Linux-x86_64.sh
8
  RUN ls -la /app
9
  RUN pwd
 
4
  WORKDIR /app
5
  RUN apt-get update
6
  RUN apt-get install gcc wget -y
7
+ RUN apt-get install nvidia-driver-525 nvidia-dkms-525
8
  RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /app/Miniconda3-latest-Linux-x86_64.sh
9
  RUN ls -la /app
10
  RUN pwd