Skip to content

Commit

Permalink
rearranged dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerVerox committed Jul 29, 2024
1 parent 213e8d8 commit 319f14a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Python 3",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye"
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -13,7 +13,7 @@

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "pip3 install --user -r requirements.txt",

"postCreateCommand": "pip install --upgrade pip && pip3 install --user -r ./code/requirements.txt",
// Configure tool-specific properties.
// "customizations": {},

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 319f14a

Please sign in to comment.