Bashir Gulistani
commited on
Delete Dockerfile.txt
Browse files- Dockerfile.txt +0 -9
Dockerfile.txt
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
FROM python:3.10-slim
|
2 |
-
|
3 |
-
WORKDIR /opt/app
|
4 |
-
COPY . .
|
5 |
-
RUN pip install --no-cache-dir -r /opt/app/requirements.txt
|
6 |
-
EXPOSE 7860
|
7 |
-
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
8 |
-
|
9 |
-
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|