isambalghari commited on
Commit
33a72a2
·
1 Parent(s): b11055e

editing readme.me

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. track-pixels_gradio.py +1 -1
Dockerfile CHANGED
@@ -7,6 +7,7 @@ ENV HF_HOME=/app/hf_cache
7
  ENV TRANSFORMERS_CACHE=/app/hf_cache
8
  ENV HF_TOKEN=${HF_TOKEN}
9
  ENV PATH=/opt/conda/bin:$PATH
 
10
 
11
  # Install system dependencies
12
  RUN apt-get update && apt-get install -y \
 
7
  ENV TRANSFORMERS_CACHE=/app/hf_cache
8
  ENV HF_TOKEN=${HF_TOKEN}
9
  ENV PATH=/opt/conda/bin:$PATH
10
+ ENV MPLCONFIGDIR=/tmp/matplotlib
11
 
12
  # Install system dependencies
13
  RUN apt-get update && apt-get install -y \
track-pixels_gradio.py CHANGED
@@ -359,4 +359,4 @@ def build_app():
359
 
360
  if __name__ == "__main__":
361
  app = build_app()
362
- app.launch(server_name="0.0.0.0", server_port=7861, debug=True)
 
359
 
360
  if __name__ == "__main__":
361
  app = build_app()
362
+ app.launch(server_name="0.0.0.0", server_port=7860, debug=True)