Skip to content
Snippets Groups Projects
Commit b976a729 authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

debug layer

parent b59e7a99
No related branches found
No related tags found
1 merge request!6Fully functional version that calculate layer with all stages
Pipeline #55185 passed
...@@ -30,8 +30,8 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip \ ...@@ -30,8 +30,8 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir --ignore-installed PyYAML \ && 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 # 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 manimlib \
&& pip install --no-cache-dir manimce \ && pip install --no-cache-dir manimce
&& pip install rtree \ RUN pip install rtree \
# pygeos # pygeos
# && pip install --upgrade shapely \ # && pip install --upgrade shapely \
&& pip install --no-cache-dir --upgrade -r ./requirements.txt && pip install --no-cache-dir --upgrade -r ./requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment