pvduy commited on
Commit
e210b55
·
verified ·
1 Parent(s): 4c1c2d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ ENV HOME=/home/user \
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
 
29
  SYSTEM=spaces
30
 
31
  RUN pip3 install -U pip
32
+ RUN pip3 install -U Cython ninja
33
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
34
 
35
  # Set the working directory to the user's home directory