Paolo-Fraccaro
commited on
Commit
•
84b3d20
1
Parent(s):
7f85743
fix conda install
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ ENV HOME=/home/user \
|
|
36 |
GRADIO_THEME=huggingface \
|
37 |
SYSTEM=spaces
|
38 |
|
39 |
-
RUN /code/Miniconda3-latest-Linux-x86_64.sh -b -p /miniconda
|
40 |
ENV PATH="/miniconda/bin:${PATH}"
|
41 |
|
42 |
|
|
|
36 |
GRADIO_THEME=huggingface \
|
37 |
SYSTEM=spaces
|
38 |
|
39 |
+
RUN /code/Miniconda3-latest-Linux-x86_64.sh -b -p /code/miniconda
|
40 |
ENV PATH="/miniconda/bin:${PATH}"
|
41 |
|
42 |
|