Skip to content

Commit 26c83e5

Browse files
Update devcontainer.json
1 parent 6f5acc8 commit 26c83e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/python:3",
2+
// Pinning Python version to 3.10 due to the issue below
3+
// https://stackoverflow.com/questions/75048688/picklingerror-could-not-serialize-object-indexerror-tuple-index-out-of-range
4+
"image": "mcr.microsoft.com/devcontainers/python:3.10",
35
"hostRequirements": {
46
"cpus": 4,
57
"memory": "8gb",

0 commit comments

Comments
 (0)