You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since it's a bit tricky to get all the dependencies set up just right, there is a Dockerfile and Compose file provided in this repo as well as [a premade image on Docker Hub](https://hub.docker.com/r/eulertour/manim/tags/). The Dockerfile contains instructions on how to build a manim image, while the Compose file contains instructions on how to run the image.
76
76
77
-
The prebuilt container image has manin repository included.
77
+
The prebuilt container image has manim repository included.
78
78
`INPUT_PATH` is where the container looks for scene files. You must set the `INPUT_PATH`
79
79
environment variable to the absolute path containing your scene file and the
80
80
`OUTPUT_PATH` environment variable to the directory where you want media to be written.
0 commit comments