From 8f3aa0adac8a95649ff51d23fa8b49b5c203ba47 Mon Sep 17 00:00:00 2001
From: Jonas Eppelt <jonas.eppelt@kit.edu>
Date: Thu, 23 Nov 2023 07:46:29 +0000
Subject: [PATCH] using only the base image for theoc

---
 theoc/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/theoc/Dockerfile b/theoc/Dockerfile
index 2e70ff5..8724a14 100644
--- a/theoc/Dockerfile
+++ b/theoc/Dockerfile
@@ -1,7 +1,7 @@
-FROM jeppelt/etp_tp
+FROM jeppelt/basis
 
 USER root
 
-RUN pip install --upgrade multipoles
+RUN pip install multipoles
 
 USER $NB_USER
\ No newline at end of file
-- 
GitLab