feat: commenting the running of app in the dockerfile.
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -28,4 +28,5 @@ ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_
|
|
28 |
|
29 |
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
|
30 |
|
31 |
-
|
|
|
|
28 |
|
29 |
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
|
30 |
|
31 |
+
# FIXME
|
32 |
+
# CMD ["python", "app.py"]
|