Commit f1be8e2
mimix
fix(buildpack/python): do not try to create venv in a readonly environment
- run container was crashlooping because command was attempting to write a file in a readonly volume. Venv creation is not needed because it was already created in the 'build' step1 parent b17c00c commit f1be8e2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments