Skip to content

Commit 81f1530

Browse files
committed
numerical linear algebra - fixed devcontainer
1 parent c2ccc64 commit 81f1530

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

projects/math/numerical-linalg/.devcontainer/devcontainer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
"containerUser": "${localEnv:USER}",
1414
"features": {
1515
"ghcr.io/devcontainers/features/git:1": {},
16-
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {}
16+
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {},
17+
"ghcr.io/devcontainers-contrib/features/bash-command:1":
18+
{"command": "apt-get update && apt-get install -y rlwrap && apt-get install -y libxtst-dev ffmpeg"}
1719
},
18-
"customizations": {
19-
"vscode": {
20-
"extensions": [
21-
"betterthantomorrow.calva"
22-
]
23-
}
20+
"customizations": {
21+
"vscode": {
22+
"extensions": [
23+
"betterthantomorrow.calva"
24+
]
2425
}
26+
}
2527
}

0 commit comments

Comments
 (0)