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 fd7cd98 commit a899f35
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:
- python3 -m venv venv # Create virtual environment
- python -m venv venv # Create virtual environment
- source venv/bin/activate # Activate virtual environment
- pip install -r requirements.txt # Install dependencies within the virtual environment

Expand Down

0 comments on commit a899f35

Please sign in to comment.