moriire commited on
Commit
0d358c3
1 Parent(s): f181ae2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ RUN python3 -m pip install --upgrade pip
25
  ENV HOST=0.0.0.0
26
  ENV PORT=7860
27
  ENV ORIGINS=*
 
28
 
29
  # Install requirements.txt
30
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
 
25
  ENV HOST=0.0.0.0
26
  ENV PORT=7860
27
  ENV ORIGINS=*
28
+ ENV TF_ENABLE_ONEDNN_OPTS=0
29
 
30
  # Install requirements.txt
31
  RUN pip install --no-cache-dir --upgrade -r requirements.txt