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: 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