diff --git a/main/tools/container/singularity/idds_nevergrad.def b/main/tools/container/singularity/idds_nevergrad.def index 77ea7c41..fd922eec 100644 --- a/main/tools/container/singularity/idds_nevergrad.def +++ b/main/tools/container/singularity/idds_nevergrad.def @@ -26,6 +26,9 @@ From: centos:7 && echo "set the locale" \ && localedef --quiet -c -i en_US -f UTF-8 en_US.UTF-8 + pip install --upgrade pip + pip install nevergrad + %environment # export LC_ALL=C # export PATH=/usr/games:$PATH