Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
FROM python:3.12-rc-slim-buster
|
2 |
-
WORKDIR /app
|
3 |
RUN pip install --no-cache-dir -r requirements.txt
|
4 |
-
COPY . /app/
|
5 |
EXPOSE 7860
|
6 |
CMD ["python", "app.py"]
|
|
|
1 |
FROM python:3.12-rc-slim-buster
|
|
|
2 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
3 |
EXPOSE 7860
|
4 |
CMD ["python", "app.py"]
|