aaraya commited on
Commit
ad93ce9
·
1 Parent(s): 4c894d5

Add gradio tmp dir env var

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM ridgerun/rrai-synthetic-natural-dataset-generation-demo:latest
3
  ENV TORCH_HOME=/app/.torch_cache
4
  ENV XDG_CACHE_HOME=/app/.cache
5
  ENV HOME=/app
 
6
 
7
  COPY install.sh .
8
  RUN ./install.sh
 
3
  ENV TORCH_HOME=/app/.torch_cache
4
  ENV XDG_CACHE_HOME=/app/.cache
5
  ENV HOME=/app
6
+ ENV GRADIO_TEMP_DIR=/app/gradio_tmp
7
 
8
  COPY install.sh .
9
  RUN ./install.sh