Spaces:
Running
Running
Yaron Koresh
commited on
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ COPY --chown=root --chmod=a+xrw . ~/app
|
|
15 |
WORKDIR ~/app
|
16 |
|
17 |
run apt-get update > /dev/null
|
18 |
-
run apt-get install -y git curl nvidia-cuda-toolkit wget git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv libgl1 python3 libglx-mesa0
|
19 |
|
20 |
run mkdir -p ~/miniconda
|
21 |
run wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda/install.sh
|
@@ -34,7 +34,6 @@ run git lfs install --force
|
|
34 |
|
35 |
run PATH="${PATH:+${PATH}:}$HOME/miniconda/bin"
|
36 |
|
37 |
-
run pip3 install --upgrade --no-cache-dir pip
|
38 |
run pip3 install --upgrade --no-cache-dir -r deps.txt
|
39 |
|
40 |
EXPOSE 7860
|
|
|
15 |
WORKDIR ~/app
|
16 |
|
17 |
run apt-get update > /dev/null
|
18 |
+
run apt-get install -y git curl nvidia-cuda-toolkit wget git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv python3-pip libgl1 python3 libglx-mesa0
|
19 |
|
20 |
run mkdir -p ~/miniconda
|
21 |
run wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda/install.sh
|
|
|
34 |
|
35 |
run PATH="${PATH:+${PATH}:}$HOME/miniconda/bin"
|
36 |
|
|
|
37 |
run pip3 install --upgrade --no-cache-dir -r deps.txt
|
38 |
|
39 |
EXPOSE 7860
|