fix owl import problem
Browse files
.container/docker-compose.yml
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
services:
|
2 |
owl:
|
3 |
# Option 1: Use pre-built image from Docker Hub
|
4 |
-
|
5 |
|
6 |
# Option 2: Build image locally
|
7 |
# Uncomment the following lines and comment out the 'image' line above to build locally
|
8 |
-
build:
|
9 |
-
|
10 |
-
|
11 |
|
12 |
volumes:
|
13 |
# Mount .env file for easy API key configuration
|
|
|
1 |
services:
|
2 |
owl:
|
3 |
# Option 1: Use pre-built image from Docker Hub
|
4 |
+
image: mugglejinx/owl:latest
|
5 |
|
6 |
# Option 2: Build image locally
|
7 |
# Uncomment the following lines and comment out the 'image' line above to build locally
|
8 |
+
# build:
|
9 |
+
# context: ..
|
10 |
+
# dockerfile: .container/Dockerfile
|
11 |
|
12 |
volumes:
|
13 |
# Mount .env file for easy API key configuration
|