tayhan commited on
Commit
b0cf12e
·
1 Parent(s): c58ceb4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -4,7 +4,6 @@ ARG PATH="/root/miniconda3/bin:${PATH}"
4
  WORKDIR /app
5
  RUN apt-get update
6
  RUN apt-get install gcc wget -y
7
- RUN DEBIAN_FRONTEND=noninteractive 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
 
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