Bashir Gulistani commited on
Commit
7dbc07c
·
unverified ·
1 Parent(s): d6b38ba

Delete Dockerfile.txt

Browse files
Files changed (1) hide show
  1. 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"]