Spaces:
BG5
/
Sleeping

BG5 commited on
Commit
1974694
·
verified ·
1 Parent(s): 9f8c2a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM eclipse/ubuntu_python
3
  WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
 
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
 
3
  WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
+ RUM pip install --upgrade pip
7
 
8
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9