Skip to content

Commit

Permalink
fix(docker): try to fix Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Jan 15, 2025
1 parent 4cc6c28 commit a9ba1b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
COPY . /opt/manim-slides
WORKDIR /opt/manim-slides
ENV UV_PYTHON=/usr/local/bin/python
RUN pip install --no-cache-dir uv
RUN uv pip install --no-cache-dir manim[jupyterlab] .[sphinx-directive]

RUN pip install --no-cache-dir manim[jupyterlab] .[sphinx-directive]

ARG NB_USER=manimslidesuser
ARG NB_UID=1000
Expand Down

0 comments on commit a9ba1b4

Please sign in to comment.