Skip to content

Commit 7d338f0

Browse files
Add devcontainer configuration for onnxscript
1 parent ba01769 commit 7d338f0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "onnxscript",
3+
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
4+
"features": {},
5+
"postCreateCommand": "pip install -r requirements-dev.txt;pip install -e .",
6+
"customizations": {
7+
"vscode": {
8+
"extensions": [
9+
"hbenl.vscode-test-explorer",
10+
"ms-python.python"
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)