mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
change dockerfile entrypoint to /bin/bash
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user