diff --git a/linguaphoto/apprunner.yaml b/linguaphoto/apprunner.yaml index 673c11a..3a33e9b 100644 --- a/linguaphoto/apprunner.yaml +++ b/linguaphoto/apprunner.yaml @@ -5,6 +5,8 @@ runtime: python3 # Specify the Python runtime version build: commands: build: + - python3 -m venv venv + - source venv/bin/activate - pip install --user -r requirements.txt # Install dependencies within the virtual environment # Specify the start phase command run: