c-scale-community / workflow-coastal-hydrowaq

Porting and deploying the HiSea use case on C-SCALE
Apache License 2.0
3 stars 1 forks source link

Test udocker with Deltares container #57

Closed sebastian-luna-valero closed 1 year ago

sebastian-luna-valero commented 1 year ago

Hi,

Could we please confirm whether the deltares container works with udocker?

Here hare the steps to install it:

cd working-folder
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh -b -p conda-install
source conda-install/etc/profile.d/conda.sh 
conda install mamba -c conda-forge --yes
mamba create -n udocker -c conda-forge udocker
conda activate udocker
udocker --help

Best regards, Sebastia

sebastian-luna-valero commented 1 year ago

Duplicate