Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhassaanahmed authored Sep 8, 2023
1 parent e70c150 commit ddc2e1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
// Pinning Python version to 3.10 due to the issue below
// https://stackoverflow.com/questions/75048688/picklingerror-could-not-serialize-object-indexerror-tuple-index-out-of-range
"image": "mcr.microsoft.com/devcontainers/python:0-3.10",
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
},
"customizations": {
"vscode": {
"extensions": [
Expand Down Expand Up @@ -37,4 +42,4 @@
"ghcr.io/devcontainers-contrib/features/spark-sdkman:2": {}
},
"postCreateCommand": "sudo pip3 install -r src/requirements.txt"
}
}

0 comments on commit ddc2e1d

Please sign in to comment.