AlekseyKorshuk commited on
Commit
fd7958f
1 Parent(s): 3a10f85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -16,4 +16,5 @@ USER user
16
  # RUN python3.7 -m pip install protobuf==3.20.*
17
  ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
18
  ENV GRADIO_SERVER_PORT=7860
 
19
  CMD ["python3.7", "app.py"]
 
16
  # RUN python3.7 -m pip install protobuf==3.20.*
17
  ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
18
  ENV GRADIO_SERVER_PORT=7860
19
+ ENV GRADIO_ALLOW_FLAGGING=never
20
  CMD ["python3.7", "app.py"]