mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-12 02:22:27 +08:00
chore: docker cache
This commit is contained in:
@@ -8,6 +8,9 @@ include ../../server/build/env.sh
|
||||
build: git
|
||||
sudo docker build -t orca -f Dockerfile ../..
|
||||
|
||||
debug-build: git
|
||||
sudo docker build --progress=plain -t orca -f Dockerfile ../..
|
||||
|
||||
run: build
|
||||
sudo docker run \
|
||||
--env OPENAI_API_KEY=$(OPENAI_API_KEY) \
|
||||
|
||||
Reference in New Issue
Block a user