Skip to content
Snippets Groups Projects
Commit 5c964faf authored by Till Korten's avatar Till Korten
Browse files

added uninstall.sh

provides a convenient way to remove the jupyter kernel configuration
and the singularity image.
parent ad0845fb
No related branches found
No related tags found
1 merge request!3synced branches
#~/bin/bash
source environment.sh
container_name=${IMAGE_NAME%.sif}_$version
version=${1:-latest}
echo "removing kernel..."
rm -r ~/.local/share/jupyter/kernels/"$container_name"
echo "removing singularity image"
rm ~/singularity-images/"$container_name".sif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment