Skip to content

Commit

Permalink
Fix error in container name
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Jan 10, 2025
1 parent 41b4e4d commit a5de6f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/python-3.10/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"workspaceFolder": "/workspaces/ag2",
"runArgs": [
"--name",
"python-3.9-ag2",
"python-3.10-ag2",
"--env-file",
"${localWorkspaceFolder}/.devcontainer/devcontainer.env"
],
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/python-3.11/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"workspaceFolder": "/workspaces/ag2",
"runArgs": [
"--name",
"python-3.9-ag2",
"python-3.11-ag2",
"--env-file",
"${localWorkspaceFolder}/.devcontainer/devcontainer.env"
],
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/python-3.12/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"workspaceFolder": "/workspaces/ag2",
"runArgs": [
"--name",
"python-3.9-ag2",
"python-3.12-ag2",
"--env-file",
"${localWorkspaceFolder}/.devcontainer/devcontainer.env"
],
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/python-3.13/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"workspaceFolder": "/workspaces/ag2",
"runArgs": [
"--name",
"python-3.9-ag2",
"python-3.13-ag2",
"--env-file",
"${localWorkspaceFolder}/.devcontainer/devcontainer.env"
],
Expand Down
2 changes: 1 addition & 1 deletion scripts/devcontainer/templates/devcontainer.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"workspaceFolder": "/workspaces/ag2",
"runArgs": [
"--name",
"python-3.9-ag2",
"python-{{ python_version }}-ag2",
"--env-file",
"${localWorkspaceFolder}/.devcontainer/devcontainer.env"
],
Expand Down

0 comments on commit a5de6f6

Please sign in to comment.