Skip to content

Commit ad9fa7e

Browse files
committed
remove ffi workaround from Dockerfile
1 parent 015dccc commit ad9fa7e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ COPY . /opt/manim
2626
WORKDIR /opt/manim
2727
RUN pip install --no-cache .
2828

29-
# ensure that ffi bindings are generated
30-
RUN python -c "import pangocairocffi"
31-
3229
# create working directory for user to mount local directory into
3330
WORKDIR /manim
3431
RUN chmod 666 /manim

0 commit comments

Comments
 (0)