Shamik commited on
Commit
f85fe24
·
unverified ·
1 Parent(s): e978159

feat: commenting the running of app in the dockerfile.

Browse files
Files changed (1) hide show
  1. 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
- CMD ["python", "app.py"]
 
 
28
 
29
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
30
 
31
+ # FIXME
32
+ # CMD ["python", "app.py"]