oceansweep commited on
Commit
b9b8be7
1 Parent(s): 6b10cd2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -45,7 +45,8 @@ ENV PYTHONUNBUFFERED=1 \
45
  GRADIO_SERVER_NAME=0.0.0.0 \
46
  GRADIO_THEME=huggingface \
47
  SYSTEM=spaces \
48
- TRANSFORMERS_CACHE=/dev/shm
 
49
 
50
  # Command to run the application
51
  CMD ["python3", "app.py"]
 
45
  GRADIO_SERVER_NAME=0.0.0.0 \
46
  GRADIO_THEME=huggingface \
47
  SYSTEM=spaces \
48
+ TRANSFORMERS_CACHE=/dev/shm \
49
+ GRADIO_ANALYTICS_ENABLED=False
50
 
51
  # Command to run the application
52
  CMD ["python3", "app.py"]