zjrwtx commited on
Commit
a2f5367
·
1 Parent(s): 8bedda9

fix owl import problem

Browse files
Files changed (1) hide show
  1. .container/docker-compose.yml +1 -0
.container/docker-compose.yml CHANGED
@@ -27,6 +27,7 @@ services:
27
  - TERM=xterm-256color
28
  - GRADIO_SERVER_NAME=0.0.0.0
29
  - GRADIO_SERVER_PORT=7860
 
30
  ports:
31
  - "7860:7860"
32
  stdin_open: true
 
27
  - TERM=xterm-256color
28
  - GRADIO_SERVER_NAME=0.0.0.0
29
  - GRADIO_SERVER_PORT=7860
30
+ - PYTHONPATH=.
31
  ports:
32
  - "7860:7860"
33
  stdin_open: true