Paolo-Fraccaro commited on
Commit
e06d936
·
1 Parent(s): 23857c0

upgrade python

Browse files
Files changed (1) hide show
  1. 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.8
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