Spaces:
Runtime error
Runtime error
Delete Dockerfile
Browse files- Dockerfile +0 -16
Dockerfile
DELETED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
FROM python:3.10
|
| 3 |
-
|
| 4 |
-
WORKDIR /code
|
| 5 |
-
|
| 6 |
-
COPY --link --chown=1000 . .
|
| 7 |
-
|
| 8 |
-
RUN mkdir -p /tmp/cache/
|
| 9 |
-
RUN chmod a+rwx -R /tmp/cache/
|
| 10 |
-
ENV TRANSFORMERS_CACHE=/tmp/cache/
|
| 11 |
-
|
| 12 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
-
|
| 14 |
-
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
| 15 |
-
|
| 16 |
-
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|