fix owl import problem

This commit is contained in:
yifeng.wang 2025-03-17 21:10:47 +08:00
parent 857349601e
commit 3a3dd4faff

View File

@ -1,13 +1,13 @@
services:
owl:
# Option 1: Use pre-built image from Docker Hub
# image: mugglejinx/owl:latest
image: mugglejinx/owl:latest
# Option 2: Build image locally
# Uncomment the following lines and comment out the 'image' line above to build locally
build:
context: ..
dockerfile: .container/Dockerfile
# build:
# context: ..
# dockerfile: .container/Dockerfile
volumes:
# Mount .env file for easy API key configuration