Skip to content

Commit 502e54b

Browse files
committed
Try removing common-utils to make codespaces boot faster
1 parent f3b73e0 commit 502e54b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"features": {
1010
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
1111
"version": "latest"
12-
},
13-
"ghcr.io/devcontainers/features/common-utils:2": { "version": "latest" }
12+
}
1413
},
1514
"workspaceFolder": "/workspaces/training",
1615
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/training,type=bind", // Used for local devcontainers, ignored in Codespaces.

0 commit comments

Comments
 (0)