Spaces:
Running
Running
Jin Zhu
commited on
Commit
·
a298edd
1
Parent(s):
8d1f5be
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 13 |
COPY requirements.txt ./
|
| 14 |
COPY src/ ./src/
|
| 15 |
|
|
|
|
|
|
|
| 16 |
RUN pip3 install -r requirements.txt
|
| 17 |
|
| 18 |
EXPOSE 8501
|
|
|
|
| 13 |
COPY requirements.txt ./
|
| 14 |
COPY src/ ./src/
|
| 15 |
|
| 16 |
+
RUN pip3 install --upgrade pip
|
| 17 |
+
|
| 18 |
RUN pip3 install -r requirements.txt
|
| 19 |
|
| 20 |
EXPOSE 8501
|