mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Updated file paths for Docker to reflect interactive environment.
This commit is contained in:
parent
28a82645ab
commit
6d5f838612
1 changed files with 4 additions and 1 deletions
|
@ -60,4 +60,7 @@ a Dockerfile provided.
|
|||
|
||||
1. [Install Docker](https://www.docker.com/products/overview)
|
||||
2. Build docker image. `docker build -t manim .`
|
||||
3. Run it! `docker run --rm -itv "$PWD/files":/app/files manim`
|
||||
3. Run it! `docker run --rm -itv "$PWD":/root/manim/ manim`
|
||||
|
||||
|
||||
On a Windows system, make sure to replace `$PWD` with an absolute path to manim.
|
Loading…
Add table
Reference in a new issue