|
@@ -1,13 +1,12 @@
|
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/anaconda
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/anaconda
|
|
{
|
|
{
|
|
- "name": "Anaconda (Python 3)",
|
|
|
|
|
|
+ "name": "Python 3.10",
|
|
"build": {
|
|
"build": {
|
|
"context": "..",
|
|
"context": "..",
|
|
"dockerfile": "Dockerfile"
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
},
|
|
"features": {
|
|
"features": {
|
|
- "ghcr.io/dhoeric/features/act:1": {},
|
|
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"nodeGypDependencies": true,
|
|
"nodeGypDependencies": true,
|
|
"version": "lts"
|
|
"version": "lts"
|