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

fix owl import problem

Browse files
Files changed (1) hide show
  1. .container/docker-compose.yml +4 -4
.container/docker-compose.yml CHANGED
@@ -1,13 +1,13 @@
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
 
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