Geen omschrijving

Andrej Studen 7b388d8630 Updating from rubens after upgrade to debian 12.12 2 weken geleden
labkey 7b388d8630 Updating from rubens after upgrade to debian 12.12 2 weken geleden
limfomiPET 398949f840 Adding limfomiPET venv signature 2 jaren geleden
nnUNet 5cef5492d4 Commenting out torch dependencies due to pip mishandling the cu113 flag related to proper CUDA version 3 jaren geleden
socket 01bbac7fcd Adding socket 4 jaren geleden
README.md a2573b00b2 Update 'README.md' 3 jaren geleden

README.md

Installation of virtual environments

After cloning, virtual environment with python3 needs to be created - in this file, only requiremnets for virutal environments can be found.

Create virtual environment with python3 and requirements file:

Labkey venv

virtualenv ~/venv/labkey -p python3
source ~/venv/labkey/bin/activate
pip install -r requirements.txt

nnUNet venv

virtualenv ~/venv/nnUNet -p python3
source ~/venv/nnUNet/activate
pip install ~/software/src/venv/nnUNet/requirements.txt
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
pip install nnunet

Socket venv More detailed instructions for virtual environment socket can be found here