#!/bin/bash
# created by /usr/bin/deb2apptainer on lun. 09 déc. 2024 15:34:26 CET
# -f debian:buster -o /tmp/dadimodo -p /tmp/buster.sh -i /home/experiences/grades/farhie/src/dadimodo-apptainer/dadimodo -s /tmp/dadimodo.sh -n dadimodo python-numpy python-netcdf4 python-deap ipython
#
# start a container from image dadimodo
#
# Usage: start [CMD]
#   default CMD is /bin/bash

apptainer run dadimodo.sif  $@
