Skip to content

No persistent dependency environment on compute nodes #7

Description

@jayvenn21

Workflow Issue: Dependencies reinstall every session on ICE cluster

Description
Each compute node session requires reinstallation of Python dependencies, slowing development.

Steps to Reproduce

  1. Launch CPU/GPU compute session
  2. Create venv + install packages
  3. End session
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions