Skip to content

Commit 85058bc

Browse files
authored
Remove existing cache when creating codespace
This is a temporary fix that should be reverted when subsequent fixes are deployed by the Codespaces team.
1 parent a5427d1 commit 85058bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"cpus": 4
55
},
66
"waitFor": "onCreateCommand",
7+
"initializeCommand": "docker system prune -af",
78
"updateContentCommand": "python3 -m pip install -r requirements.txt",
89
"postCreateCommand": "",
910
"customizations": {

0 commit comments

Comments
 (0)