mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-04 15:37:58 +08:00
fix(docker): try to fix Docker image
This commit is contained in:
@ -31,9 +31,8 @@ RUN wget -O /tmp/install-tl-unx.tar.gz http://mirror.ctan.org/systems/texlive/tl
|
|||||||
# clone and build manim-slides
|
# clone and build manim-slides
|
||||||
COPY . /opt/manim-slides
|
COPY . /opt/manim-slides
|
||||||
WORKDIR /opt/manim-slides
|
WORKDIR /opt/manim-slides
|
||||||
ENV UV_PYTHON=/usr/local/bin/python
|
|
||||||
RUN pip install --no-cache-dir uv
|
RUN pip install --no-cache-dir manim[jupyterlab] .[sphinx-directive]
|
||||||
RUN uv pip install --no-cache-dir manim[jupyterlab] .[sphinx-directive]
|
|
||||||
|
|
||||||
ARG NB_USER=manimslidesuser
|
ARG NB_USER=manimslidesuser
|
||||||
ARG NB_UID=1000
|
ARG NB_UID=1000
|
||||||
|
Reference in New Issue
Block a user