alphg commited on
Commit
d25cfc0
·
verified ·
1 Parent(s): 1d3a9a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,5 +9,7 @@ RUN apt-get update && apt-get install -y libreoffice && apt-get install -y ffmpe
9
  EXPOSE 7860
10
 
11
  ENV NAME World
 
 
12
 
13
  CMD ["python", "app.py"]
 
9
  EXPOSE 7860
10
 
11
  ENV NAME World
12
+ ENV NUMBA_CACHE_DIR=/tmp/numba_cache
13
+ ENV NUMBA_DISABLE_JIT=0
14
 
15
  CMD ["python", "app.py"]