Skip to content

Commit

Permalink
try poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Dec 8, 2024
1 parent f96ef90 commit ab315e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/tfgha/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from flask import Flask
import chromadb

app = Flask(__name__)

Expand Down
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ resource "aws_instance" "py_server" {
sudo apt-get update
sudo apt-get install -y python3 python3-pip git curl
su ubuntu
python3 -m pip install -U poetry
cd $WORKDIR
Expand Down

0 comments on commit ab315e2

Please sign in to comment.