Skip to content

Commit

Permalink
Merge pull request #4 from GlueOps/feat/adding-data-tools
Browse files Browse the repository at this point in the history
feat: adding data tools
  • Loading branch information
venkatamutyala authored Jan 13, 2023
2 parents 5d3fef8 + d9b71df commit af5cd10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
"aws-cli": "latest",
"sshd": "latest",
"node": "18.12.1",
"python": "3.11.1",
"golang": "1.19.4",
"python": {
"version" : "3.11.1",
"installTools" : true,
"installJupyterlab" : true
},
"golang": "1.19.4"
}
}

0 comments on commit af5cd10

Please sign in to comment.