mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 10:07:51 +08:00
update readme docker
This commit is contained in:
parent
12f219a155
commit
26ef4284ff
@ -267,7 +267,12 @@ cd .container
|
||||
docker-compose up -d
|
||||
|
||||
# Run OWL inside the container
|
||||
docker-compose exec owl bash -c "cd .. && source .venv/bin/activate && cd owl"
|
||||
docker-compose exec owl bash
|
||||
|
||||
# activate the virtual environment
|
||||
cd .. && source .venv/bin/activate && cd owl
|
||||
|
||||
playwright install-deps
|
||||
|
||||
#run example demo script
|
||||
xvfb-python run.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user