Skip to content

Commit 43c4282

Browse files
committed
apt-get update
1 parent ab487c3 commit 43c4282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chempy",
33
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
44
"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]'",
5+
"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]'",
66
"customizations": {
77
"vscode": {
88
"extensions": [

0 commit comments

Comments
 (0)