We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015dccc commit ad9fa7eCopy full SHA for ad9fa7e
docker/Dockerfile
@@ -26,9 +26,6 @@ COPY . /opt/manim
26
WORKDIR /opt/manim
27
RUN pip install --no-cache .
28
29
-# ensure that ffi bindings are generated
30
-RUN python -c "import pangocairocffi"
31
-
32
# create working directory for user to mount local directory into
33
WORKDIR /manim
34
RUN chmod 666 /manim
0 commit comments