fix(docker): try to fix Docker image

This commit is contained in:
Jérome Eertmans
2025-01-15 14:56:39 +01:00
committed by GitHub
parent 4cc6c2865d
commit a9ba1b4fad

View File

@ -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