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 56481c9 commit 253f49d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions linguaphoto/apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ runtime: python3 # Specify the Python runtime version
# Specify the build phase commands
build:
commands:
- python3 -m venv venv
- venv/bin/pip install -r requirements.txt # Install dependencies within the virtual environment
build:
- python -m venv venv
- venv/bin/pip install -r requirements.txt # Install dependencies within the virtual environment

# Specify the start phase command
run:
Expand Down

0 comments on commit 253f49d

Please sign in to comment.