Skip to content

Commit ef33527

Browse files
committed
Add buildcache to cacheFrom in devcontainer
1 parent 525b918 commit ef33527

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"dockerfile": "../docker/Dockerfile",
66
"target": "python-mrd-devcontainer",
77
"context": "../",
8-
"cacheFrom": "docker.io/kspacekelvin/fire-python-devcon"
8+
"cacheFrom": [
9+
"docker.io/kspacekelvin/fire-python-devcon",
10+
"docker.io/kspacekelvin/fire-python:buildcache"]
911
},
1012

1113
// To enable your local GPUs in container if they are on enabled by default

0 commit comments

Comments
 (0)