Spaces:
BG5
/
Sleeping

BG5 commited on
Commit
945c568
·
verified ·
1 Parent(s): 1974694

Update Dockerfile

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