fix devcontainer issue (#1273)

This commit is contained in:
qiuqiua
2023-10-07 10:34:25 +08:00
committed by GitHub
parent 373e90ee6d
commit 657fa80f4d
2 changed files with 5 additions and 9 deletions

View File

@@ -1,13 +1,12 @@
// 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
{
"name": "Anaconda (Python 3)",
"name": "Python 3.10",
"build": {
"context": "..",
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/dhoeric/features/act:1": {},
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "lts"