We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab487c3 commit 43c4282Copy full SHA for 43c4282
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
"name": "chempy",
3
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
4
"features": {},
5
- "postCreateCommand": "sudo apt-get install --no-install-recommends -y libsundials-dev libgsl-dev libboost-dev && env PYCVODES_NO_KLU=1 PYCVODES_NO_LAPACK=1 pip install -e '.[all]'",
+ "postCreateCommand": "sudo apt-get update && sudo apt-get install --no-install-recommends -y libsundials-dev libgsl-dev libboost-dev && env PYCVODES_NO_KLU=1 PYCVODES_NO_LAPACK=1 pip install -e '.[all]'",
6
"customizations": {
7
"vscode": {
8
"extensions": [
0 commit comments