From f8288f3894f279f24cedff295bcbad11c64e85ff Mon Sep 17 00:00:00 2001
From: Tru Huynh <tru@pasteur.fr>
Date: Wed, 1 Mar 2023 16:45:38 +0100
Subject: [PATCH] %post missing

---
 Singularity | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Singularity b/Singularity
index d2fffe0..2856df1 100644
--- a/Singularity
+++ b/Singularity
@@ -1,6 +1,7 @@
 Bootstrap: docker
 From: continuumio/miniconda3
 
+%post
 # update conda and the OS
 conda update conda && \
 conda upgrade --all -y && \
@@ -17,6 +18,3 @@ eval "$(conda shell.bash hook)"  && \
 conda activate py310-pytorch  && \
 conda list --explicit > /tmp/conda-list--explicit.yml
 
-
-
-
-- 
GitLab