Skip to content

Commit 5e40673

Browse files
authored
add devcontainer
1 parent 7ada8c1 commit 5e40673

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "memflow-py-devcontainer",
3+
"image": "mcr.microsoft.com/devcontainers/universal:2",
4+
"features": {
5+
"ghcr.io/devcontainers/features/rust:1": {},
6+
"ghcr.io/devcontainers/features/python:1": {
7+
"installJupyterlab": true
8+
}
9+
},
10+
"postCreateCommand": "pip install maturin && pip install '.[dev]' && pip install venv && python -m venv venv"
11+
}

0 commit comments

Comments
 (0)