Spaces:
Running
Running
Anirudh Balaraman commited on
Commit ·
c596831
1
Parent(s): 5fa0689
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 13 |
COPY requirements.txt ./
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
-
RUN pip3 install -r requirements.txt
|
| 17 |
|
| 18 |
EXPOSE 8501
|
| 19 |
|
|
|
|
| 13 |
COPY requirements.txt ./
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
+
RUN pip3 install --no-cache-dir --upgrade -r requirements.txt
|
| 17 |
|
| 18 |
EXPOSE 8501
|
| 19 |
|