Paolo-Fraccaro commited on
Commit
13b60f3
1 Parent(s): d48942d

lower python

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
3
 
4
  RUN apt-get update && apt-get install --no-install-recommends -y \
5
  build-essential \
6
- python3.9 \
7
  python3-pip \
8
  python3-setuptools \
9
  git \
@@ -47,7 +47,7 @@ ENV HOME=/home/user \
47
  GRADIO_THEME=huggingface \
48
  SYSTEM=spaces
49
 
50
- RUN conda install python=3.9
51
 
52
  RUN pip3 install setuptools-rust
53
 
 
3
 
4
  RUN apt-get update && apt-get install --no-install-recommends -y \
5
  build-essential \
6
+ python3.8 \
7
  python3-pip \
8
  python3-setuptools \
9
  git \
 
47
  GRADIO_THEME=huggingface \
48
  SYSTEM=spaces
49
 
50
+ RUN conda install python=3.8
51
 
52
  RUN pip3 install setuptools-rust
53