Spaces:
BG5
/
Running

BG5 commited on
Commit
049a45f
·
verified ·
1 Parent(s): 68df247

Update Dockerfile

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