Skip to content

Commit 3a3dd4f

Browse files
committed
fix owl import problem
1 parent 8573496 commit 3a3dd4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.container/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
services:
22
owl:
33
# Option 1: Use pre-built image from Docker Hub
4-
# image: mugglejinx/owl:latest
4+
image: mugglejinx/owl:latest
55

66
# Option 2: Build image locally
77
# Uncomment the following lines and comment out the 'image' line above to build locally
8-
build:
9-
context: ..
10-
dockerfile: .container/Dockerfile
8+
# build:
9+
# context: ..
10+
# dockerfile: .container/Dockerfile
1111

1212
volumes:
1313
# Mount .env file for easy API key configuration

0 commit comments

Comments
 (0)