update readme docker

This commit is contained in:
yifeng.wang 2025-03-15 01:17:44 +08:00
parent 12f219a155
commit 26ef4284ff

View File

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