Skip to content

Commit

Permalink
- add .devcontainer.json and start working on QuickStart
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Jan 26, 2024
1 parent 1ef0a38 commit 803f89a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"image": "mcr.microsoft.com/devcontainers/miniconda",
"customizations": {
"vscode": {
"extensions": [
"nimsaem.nimvscode",
"ms-python.python",
"ms-toolsai.jupyter"
]
}
},
"hostRequirements": {
"cpus": 4,
"memory": "16gb",
"storage": "16gb"
},
"onCreateCommand": "conda install -y python=3.10 jupyter numpy"
}

0 comments on commit 803f89a

Please sign in to comment.