We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ada8c1 commit 5e40673Copy full SHA for 5e40673
.devcontainer/devcontainer.json
@@ -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