Spaces:
Sleeping
Sleeping
Gruhit Patel commited on
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -3,11 +3,11 @@
|
|
| 3 |
|
| 4 |
FROM python:3.9
|
| 5 |
|
| 6 |
-
|
| 7 |
|
| 8 |
-
|
| 9 |
|
| 10 |
-
RUN pip install --no-cache-dir --upgrade -r /
|
| 11 |
|
| 12 |
COPY . .
|
| 13 |
|
|
|
|
| 3 |
|
| 4 |
FROM python:3.9
|
| 5 |
|
| 6 |
+
COPY . .
|
| 7 |
|
| 8 |
+
WORKDIR /
|
| 9 |
|
| 10 |
+
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
| 11 |
|
| 12 |
COPY . .
|
| 13 |
|