fix owl import problem
Browse files
.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
|