Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • meta-optimization/rateml-hpc
1 result
Show changes
Commits on Source (2)
#!/usr/bin/env bash
git clone -b rateml_ebrains_fix --single-branch -v https://github.com/the-virtual-brain/tvb-root.git $PROJECT/$USER/tvb-root
ml Stages/2022 GCCcore/.11.2.0
ml PyCUDA/2021.1
ml SciPy-Stack
ml numba
export PYTHONPATH=$PYTHONPATH:$PROJECT/$USER/tvb-root/tvb_library
pip install tqdm --user
pip install tvb-data --user
\ No newline at end of file