Skip to content

Commit a9d520d

Browse files
committedFeb 20, 2025
fix(python): fix module error
1 parent 325de82 commit a9d520d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎.devcontainer/devcontainer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
"extensions": [
1818
"ms-python.python",
1919
"ms-toolsai.jupyter"
20-
],
21-
"postCreateCommand": "pip3 --disable-pip-version-check --no-cache-dir install -r requirements.txt"
20+
],
21+
"postCreateCommand": [
22+
"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh",
23+
"pip3 --disable-pip-version-check --no-cache-dir install -r requirements.txt"
24+
]
2225
}
2326
}
2427
}

0 commit comments

Comments
 (0)