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 33b47fb commit 3a80359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linguaphoto/apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3a80359

Please sign in to comment.