Spaces:
Configuration error
Configuration error
Update Dockerfile
Browse files- 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
|