mirror of
https://github.com/jeertmans/manim-slides.git
synced 2026-03-13 09:51:25 +08:00
* 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>
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.