Spaces:
Runtime error
Runtime error
Delete Dockerfile
Browse files- Dockerfile +0 -10
Dockerfile
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
# PATH: Dockerfile
|
| 2 |
-
FROM python:3.11
|
| 3 |
-
|
| 4 |
-
WORKDIR /app
|
| 5 |
-
COPY . /app
|
| 6 |
-
|
| 7 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 8 |
-
|
| 9 |
-
EXPOSE 7860
|
| 10 |
-
CMD ["python", "-m", "bot"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|