mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
fix owl import problem
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
services:
|
services:
|
||||||
owl:
|
owl:
|
||||||
# Option 1: Use pre-built image from Docker Hub
|
# Option 1: Use pre-built image from Docker Hub
|
||||||
# image: mugglejinx/owl:latest
|
image: mugglejinx/owl:latest
|
||||||
|
|
||||||
# Option 2: Build image locally
|
# Option 2: Build image locally
|
||||||
# Uncomment the following lines and comment out the 'image' line above to build locally
|
# Uncomment the following lines and comment out the 'image' line above to build locally
|
||||||
build:
|
# build:
|
||||||
context: ..
|
# context: ..
|
||||||
dockerfile: .container/Dockerfile
|
# dockerfile: .container/Dockerfile
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
# Mount .env file for easy API key configuration
|
# Mount .env file for easy API key configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user