From b976a729142abb9ca6b4654293ba28834cbb0fb0 Mon Sep 17 00:00:00 2001
From: Pierre-Gilles Levallois <pierregilles.levallois@gmail.com>
Date: Tue, 21 Mar 2023 15:13:18 +0100
Subject: [PATCH] debug layer

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

diff --git a/Dockerfiles/python/Dockerfile b/Dockerfiles/python/Dockerfile
index a15bba6..766c4d5 100644
--- a/Dockerfiles/python/Dockerfile
+++ b/Dockerfiles/python/Dockerfile
@@ -30,8 +30,8 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip \
 && pip install --no-cache-dir --ignore-installed PyYAML \
 # https://stackoverflow.com/questions/70508775/error-could-not-build-wheels-for-pycairo-which-is-required-to-install-pyprojec
 && pip install --no-cache-dir manimlib \
-&& pip install --no-cache-dir manimce \
-&& pip install rtree  \
+&& pip install --no-cache-dir manimce 
+RUN pip install rtree \
 # pygeos
 # && pip install --upgrade shapely \
 && pip install --no-cache-dir --upgrade -r ./requirements.txt
-- 
GitLab