Workflow Issue: Dependencies reinstall every session on ICE cluster
Description
Each compute node session requires reinstallation of Python dependencies, slowing development.
Steps to Reproduce
- Launch CPU/GPU compute session
- Create venv + install packages
- End session
- Start new session → dependencies gone
Expected Behavior
Option to reuse cached environments.
Possible Implementations
- Store venv under
$HOME/.csbridge/environments
- Auto-detect missing deps and restore
- Offer “persistent environment” config option
Impact
Significant slowdown for Python workflows.
Environment
PACE ICE Cluster
Workflow Issue: Dependencies reinstall every session on ICE cluster
Description
Each compute node session requires reinstallation of Python dependencies, slowing development.
Steps to Reproduce
Expected Behavior
Option to reuse cached environments.
Possible Implementations
$HOME/.csbridge/environmentsImpact
Significant slowdown for Python workflows.
Environment
PACE ICE Cluster