Spaces:
Running
Running
caw2rng
commited on
Commit
·
0fb5a8c
1
Parent(s):
b128a6c
full code
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -54,6 +54,7 @@ ENV PYTHONPATH=$HOME/app \
|
|
54 |
GRADIO_THEME=huggingface \
|
55 |
SYSTEM=spaces
|
56 |
|
|
|
57 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|
58 |
&& sh Miniconda3-latest-Linux-x86_64.sh -b -p /app/miniconda \
|
59 |
&& rm -f Miniconda3-latest-Linux-x86_64.sh
|
|
|
54 |
GRADIO_THEME=huggingface \
|
55 |
SYSTEM=spaces
|
56 |
|
57 |
+
|
58 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|
59 |
&& sh Miniconda3-latest-Linux-x86_64.sh -b -p /app/miniconda \
|
60 |
&& rm -f Miniconda3-latest-Linux-x86_64.sh
|