Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickdx authored Mar 6, 2024
1 parent 7a241ef commit 05a8367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// 👇 Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// 👇 Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip install -r requirements.txt",
"postCreateCommand": "pyenv install && pip install -r requirements.txt",
// "postCreateCommand": "",
// 👇 Configure tool-specific properties.
"customizations": {
Expand Down

0 comments on commit 05a8367

Please sign in to comment.