Files
Lidiya d0d3ce3455 fix(docker): missing ffmpeg in Docker/Binder environment (#593)
* Add ffmpeg to Dockerfile dependencies

Added ffmpeg to the Dockerfile dependencies.

* Fix FFmpeg issue in Docker/Binder environment

Fixed missing FFmpeg in Docker/Binder environment causing rendering failures.

* Update CHANGELOG for version 5.5.3

Add entry for version 5.5.3 in CHANGELOG.

* chore(fmt): auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Document rendering fix in CHANGELOG.md

Update CHANGELOG for version 5.5.4 release notes.

* chore(fmt): auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Apply suggestion from @jeertmans

* Apply suggestion from @jeertmans

* Apply suggestion from @jeertmans

* chore(fmt): auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
2026-02-25 09:09:34 +01:00
..
2024-01-18 22:04:10 +01:00

Docker Image

Manim Slides Docker image, highly inspired from the Manim Community Docker image.

Building the image can be done with:

docker build -t manim-slide/manin-slide:TAG -f docker/Dockerfile .

from the root directory of the repository.

Warning

If you run the command above from another place, Docker will not be able to find expected files.