Skip to content

Commit

Permalink
Merge 857a82a into c7b6e26
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Apr 27, 2023
2 parents c7b6e26 + 857a82a commit 6b8afeb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Some IDEs or editors like PhCharm may not support comments in JSON files, but it is still valid JSON.
// About configurations for GitHub codebase, please refer to
// https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-python-project-for-codespaces

{
"name": "PyPOTS developing environment",

"image": "mcr.microsoft.com/devcontainers/universal:2",

"features": {
"ghcr.io/devcontainers/features/conda:1": {},
},

// Please select the machine type with 4GB memory, otherwise the conda command below will exit with code 137,
// which is out of memory.
"postCreateCommand": "conda env create -f environment-dev.yml",
}

0 comments on commit 6b8afeb

Please sign in to comment.