Skip to content

Commit

Permalink
Add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Dec 21, 2023
1 parent 88fb767 commit c2ef194
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "mne-dev",
// More info on the Debian base image we're using here:
// https://github.com/devcontainers/images/tree/main/src/base-debian
// All features listed in the repository's devcontainer configuration are actually
// built into the image.
//
// "image": "mcr.microsoft.com/devcontainers/base:debian-11",
"build": { "dockerfile": "Dockerfile" },
"build": { "dockerfile": "Dockerfile" }, // Only through the Dockerfile we can enforce ARM64
"containerEnv": {
"PYTHONNOUSERSITE": "true", // Make Python ignore the user's site-packages folder if it exists
"XDG_RUNTIME_DIR": "/home/vscode/.cache/xdgr"
Expand Down

0 comments on commit c2ef194

Please sign in to comment.