Skip to content

Commit

Permalink
Merge pull request #4 from github/ryanjamescaldwell/devcontainer-updates
Browse files Browse the repository at this point in the history
Update devcontainer
  • Loading branch information
RyanJamesCaldwell authored Jul 22, 2024
2 parents 066ee06 + 8a96511 commit 0a2eb50
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"hostRequirements": {
"cpus": 4
},
"waitFor": "onCreateCommand",
"updateContentCommand": "npm install",
"postCreateCommand": "npm install; pip install -r requirements.txt",
"postAttachCommand": {},
"updateContentCommand": "npm install; pip install -r requirements.txt",
"postCreateCommand": "",
"customizations": {
"codespaces": {
"openFiles": [
Expand Down

0 comments on commit 0a2eb50

Please sign in to comment.