Skip to content

[FEA] Add note in installation.md file for running on HPC #652

@Taralytics

Description

@Taralytics

I work on a HPC and there were a few items I had to add to get the image to work.

  1. Problem: The apptainer cannot see my directory.
    Solution: Added --bind / : /

  2. Problem: Conda is not activated by default on HPC
    Solution: Added right after --nv $APPTAINER_IMAGE
    bash -c "
    source /opt/conda/etc/profile.d/conda.sh # Initialize conda
    conda activate base
    python $SCRIPT \ ..."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions