mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
add info to docker-compose file
This commit is contained in:
parent
e6210af9d5
commit
a91c0d3bc4
1 changed files with 5 additions and 2 deletions
|
@ -2,8 +2,10 @@ version: '3.1'
|
|||
|
||||
services:
|
||||
manim:
|
||||
image: manim
|
||||
build: .
|
||||
# comment this line if you build the image to prevent overwriting the tag
|
||||
image: eulertour/manim:latest
|
||||
# uncomment this line to build rather than pull the image
|
||||
# build: .
|
||||
volumes:
|
||||
- ${MANIM_PATH:?MANIM_PATH environment variable isn't set}:/opt/manim
|
||||
environment:
|
||||
|
@ -13,3 +15,4 @@ services:
|
|||
- python
|
||||
- -m
|
||||
- manim
|
||||
network_mode: "none"
|
||||
|
|
Loading…
Add table
Reference in a new issue