Skip to content

Commit

Permalink
Pin, add azd
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Jul 21, 2023
1 parent 5a18f27 commit 60418c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"features": {
"ghcr.io/devcontainers/features/powershell:1.1.0": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.2.1": {},
"ghcr.io/devcontainers/features/azure-cli:1": {}
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/azure/azure-dev/azd:latest": {}
},
"customizations": {
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Flask==2.3.2
gunicorn==20.1.0
openai==0.27.8
azure-identity==1.13.0
python-dotenv==1.0.0
python-dotenv==0.21.1 # Pinned due to docker-in-docker issue: https://github.com/devcontainers/features/issues/616

0 comments on commit 60418c8

Please sign in to comment.