dbinfrago / dbinfrago/capella-dockerimages
Persistently store virtual environment in workspace
Open
jupyter
- Dominant language
- Python
- Stars
- 23
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Instead of storing the virtual environment in the non-persistent `/opt` or `/home/techuser` directories, we should store it in the persistent user workspace `/workspace`. By doing this, we don't have to install all pip dependencies during startup. This will not just reduce network traffic, but also make the container startup faster.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.