mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
change dockerfile entrypoint to /bin/bash
This commit is contained in:
parent
9650110cce
commit
0d1a93cf66
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ RUN apt-get update \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN python -m pip install -r requirements.txt && rm requirements.txt
|
||||
ENTRYPOINT ["python", "-m", "manim"]
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
|
Loading…
Add table
Reference in a new issue