We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da1a59 commit 6ddca27Copy full SHA for 6ddca27
.devcontainer/devcontainer.json
@@ -1,17 +1,9 @@
1
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
// README at: https://github.com/devcontainers/templates/tree/main/src/python
3
{
4
- "name": "Python 3",
+ "name": "WorkflowEngine Python 3.13",
5
"image": "mcr.microsoft.com/devcontainers/python:1-3.13-bullseye",
6
"features": {
7
- "ghcr.io/devcontainers/features/docker-in-docker:2": {
8
- "moby": true,
9
- "azureDnsAutoDetection": true,
10
- "installDockerBuildx": true,
11
- "installDockerComposeSwitch": true,
12
- "version": "latest",
13
- "dockerDashComposeVersion": "v2"
14
- },
15
"ghcr.io/devcontainers/features/git:1": {
16
"ppa": true,
17
"version": "os-provided"
0 commit comments