pvduy commited on
Commit
4c1c2d1
1 Parent(s): c4bdfd2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -28,6 +28,8 @@ ENV HOME=/home/user \
28
  GRADIO_THEME=huggingface \
29
  SYSTEM=spaces
30
 
 
 
31
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
32
 
33
  # Set the working directory to the user's home directory
 
28
  GRADIO_THEME=huggingface \
29
  SYSTEM=spaces
30
 
31
+ RUN pip3 install -U pip
32
+ RUN pip3 install -U Cython
33
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
34
 
35
  # Set the working directory to the user's home directory