Spaces:
Runtime error
Runtime error
TYH71 commited on
Update devcontainer.json
Browse files
.devcontainer/devcontainer.json
CHANGED
|
@@ -3,7 +3,8 @@
|
|
| 3 |
"features": {
|
| 4 |
"ghcr.io/devcontainers/features/python:1": {
|
| 5 |
"version": "3.10"
|
| 6 |
-
}
|
|
|
|
| 7 |
}
|
| 8 |
// Features to add to the dev container. More info: https://containers.dev/features.
|
| 9 |
// "features": {},
|
|
|
|
| 3 |
"features": {
|
| 4 |
"ghcr.io/devcontainers/features/python:1": {
|
| 5 |
"version": "3.10"
|
| 6 |
+
},
|
| 7 |
+
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
| 8 |
}
|
| 9 |
// Features to add to the dev container. More info: https://containers.dev/features.
|
| 10 |
// "features": {},
|