Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
FROM python:3.10
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
COPY . /app
|
| 6 |
|
| 7 |
RUN pip install --upgrade pip
|
| 8 |
RUN pip install -r requirements.txt
|
|
|
|
| 1 |
FROM python:3.10
|
| 2 |
|
| 3 |
+
COPY . .
|
|
|
|
|
|
|
| 4 |
|
| 5 |
RUN pip install --upgrade pip
|
| 6 |
RUN pip install -r requirements.txt
|