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 9, 2023
1 parent 6f5acc8 commit 26c83e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"image": "mcr.microsoft.com/devcontainers/python:3",
// 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:3.10",
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
Expand Down

0 comments on commit 26c83e5

Please sign in to comment.