Skyvern/run_skyvern.sh
2024-03-05 13:35:51 -05:00

12 lines
296 B
Bash
Executable file

#!/bin/bash
kill $(lsof -t -i :8000)
if [ ! -f .env ]; then
cp .env.example .env
echo "Please add your api keys to the .env file."
fi
source "$(poetry env info --path)/bin/activate"
./run_alembic_check.sh
python scripts/tracking.py skyvern-oss-run-server
poetry run python -m skyvern.forge