Commit
·
e06d936
1
Parent(s):
23857c0
upgrade python
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -47,7 +47,7 @@ ENV HOME=/home/user \
|
|
47 |
GRADIO_THEME=huggingface \
|
48 |
SYSTEM=spaces
|
49 |
|
50 |
-
RUN conda install python=3.
|
51 |
|
52 |
RUN pip3 install setuptools-rust
|
53 |
|
|
|
47 |
GRADIO_THEME=huggingface \
|
48 |
SYSTEM=spaces
|
49 |
|
50 |
+
RUN conda install python=3.9
|
51 |
|
52 |
RUN pip3 install setuptools-rust
|
53 |
|