Closed
Description
Bug description
Packages installed with Pip are not persisting between workspace restarts.
Steps to reproduce
Open the following in gitpod: https://github.com/kevin-ci/gitpod-bug-demo
Use pip3 install -r requirements.txt
to install the requirements. Then run pip3 freeze
to ensure they're installed.
Manually stop and restart the workspace. When it restarts, run pip3 freeze
again. The installed packages (Django in this case) will be gone. A bunch of default packages will still be present.
Workspace affected
No response
Expected behavior
The packages persist between restarts, as they used to.
Example repository
No response
Anything else?
This seems to be related to an issue I raised the other day: #7064