MilesCranmer commited on
Commit
b31a378
·
unverified ·
1 Parent(s): 375d20a

Fix python runner

Browse files
Files changed (1) hide show
  1. gui/Dockerfile +1 -1
gui/Dockerfile CHANGED
@@ -29,4 +29,4 @@ COPY . .
29
 
30
  EXPOSE 7860
31
 
32
- CMD ["python", "app.py"]
 
29
 
30
  EXPOSE 7860
31
 
32
+ CMD ["python", "-X", "juliacall-home=/usr/local/julia/bin", "app.py"]