Spaces:
Running
Running
Update Dockerfile (#2)
Browse files- Update Dockerfile (fae1212b2274e2a022ca66ccc0b60076afb8836d)
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,6 +25,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
25 |
|
26 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
27 |
|
28 |
-
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
|
29 |
|
30 |
CMD ["python", "app.py"]
|
|
|
25 |
|
26 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
27 |
|
28 |
+
# RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
|
29 |
|
30 |
CMD ["python", "app.py"]
|