diff --git a/tuto-singularity b/tuto-singularity
deleted file mode 100644
index 02d4235acd0135e5d10908fd65dab882f77a536a..0000000000000000000000000000000000000000
--- a/tuto-singularity
+++ /dev/null
@@ -1,21 +0,0 @@
-Bootstrap:docker  
-From:ubuntu:latest  
-
-%labels
-MAINTAINER Vanessasaur
-SPECIES Dinosaur
-
-%environment
-RAWR_BASE=/code
-export RAWR_BASE
-
-%runscript
-echo "This gets run when you run the image!" 
-exec /bin/bash /code/rawr.sh "$@"  
-
-%post  
-echo "This section happens once after bootstrap to build the image."  
-mkdir -p /code  
-apt-get install vim  
-echo "RoooAAAAR" >> /code/rawr.sh
-chmod u+x /code/rawr.sh  
\ No newline at end of file