Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +12 -12
Dockerfile
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
FROM python:3.9
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
COPY . /app
|
| 6 |
-
|
| 7 |
-
RUN pip install --upgrade pip
|
| 8 |
-
RUN pip install -r requirements.txt
|
| 9 |
-
|
| 10 |
-
EXPOSE 7860
|
| 11 |
-
|
| 12 |
-
CMD ["python", "
|
|
|
|
| 1 |
+
FROM python:3.9
|
| 2 |
+
|
| 3 |
+
WORKDIR /app
|
| 4 |
+
|
| 5 |
+
COPY . /app
|
| 6 |
+
|
| 7 |
+
RUN pip install --upgrade pip
|
| 8 |
+
RUN pip install -r requirements.txt
|
| 9 |
+
|
| 10 |
+
EXPOSE 7860
|
| 11 |
+
|
| 12 |
+
CMD ["python", "lung.py"]
|