Paolo-Fraccaro commited on
Commit
0bf679d
·
1 Parent(s): f8a8d88
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -50,15 +50,15 @@ ENV HOME=/home/user \
50
 
51
  # RUN conda install python=3.9
52
 
53
- RUN conda install python=3.8
54
 
55
- RUN pip3 install setuptools-rust
56
 
57
- RUN conda install pillow -y
58
 
59
- RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
60
 
61
- RUN conda install -c conda-forge gradio -y
62
 
63
 
64
  RUN --mount=type=secret,id=git_token,mode=0444,required=true \
 
50
 
51
  # RUN conda install python=3.9
52
 
53
+ # RUN conda install python=3.8
54
 
55
+ # RUN pip3 install setuptools-rust
56
 
57
+ # RUN conda install pillow -y
58
 
59
+ # RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
60
 
61
+ # RUN conda install -c conda-forge gradio -y
62
 
63
 
64
  RUN --mount=type=secret,id=git_token,mode=0444,required=true \