From 665c0441ca443709bb3d9e952f4827a5e0b9b78c Mon Sep 17 00:00:00 2001
From: Bengt Giger <bgiger@ethz.ch>
Date: Wed, 30 Oct 2024 11:09:01 +0100
Subject: [PATCH] Install sinfo with mamba

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index e976d68..32a52e8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -102,6 +102,7 @@ RUN conda config --set default_threads 4 && \
   pytesseract \
   pyspellchecker \
   rdkit \
+  sinfo \
   scikit-image \
   scikit-learn \
   seaborn \
-- 
GitLab