diff --git a/linguaphoto/apprunner.yaml b/linguaphoto/apprunner.yaml index 25a0148..673c11a 100644 --- a/linguaphoto/apprunner.yaml +++ b/linguaphoto/apprunner.yaml @@ -5,7 +5,7 @@ runtime: python3 # Specify the Python runtime version build: commands: build: - - pip install -r --root-user-action=ignore requirements.txt # Install dependencies within the virtual environment + - pip install --user -r requirements.txt # Install dependencies within the virtual environment # Specify the start phase command run: command: venv/bin/python main.py # Use the virtual environment's Python to run the application