We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525b918 commit ef33527Copy full SHA for ef33527
1 file changed
.devcontainer/devcontainer.json
@@ -5,7 +5,9 @@
5
"dockerfile": "../docker/Dockerfile",
6
"target": "python-mrd-devcontainer",
7
"context": "../",
8
- "cacheFrom": "docker.io/kspacekelvin/fire-python-devcon"
+ "cacheFrom": [
9
+ "docker.io/kspacekelvin/fire-python-devcon",
10
+ "docker.io/kspacekelvin/fire-python:buildcache"]
11
},
12
13
// To enable your local GPUs in container if they are on enabled by default
0 commit comments