Skip to content

Commit

Permalink
Update apprunner.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Ofii authored Aug 20, 2024
1 parent 417c79a commit 33b47fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linguaphoto/apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 33b47fb

Please sign in to comment.