TYH71 commited on
Commit
0d45605
·
unverified ·
1 Parent(s): 1bbdaf5

Update devcontainer.json

Browse files
Files changed (1) hide show
  1. .devcontainer/devcontainer.json +2 -1
.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": {},