Commit 2144695
fix(test): set pip install path in docker container
Changes:
- Add HOME and PYTHONUSERBASE environment variables to docker container
- Fix permission issues when pip tries to install packages as non-root user
- Add .cache/ and .local-build/ to .gitignore
This resolves the "Permission denied: '/.local'" error when running
pip install --user inside the container with --user flag.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 00dc524 commit 2144695
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| |||
0 commit comments