Skip to content

Commit

Permalink
fix(ci): typo :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Oct 15, 2024
1 parent 25e976f commit cbd9cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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
RUN pip install --no-cache-dir uv`
RUN pip install --no-cache-dir uv
RUN uv pip install --no-cache-dir --system manim[jupyterlab] .[sphinx-directive]

ARG NB_USER=manimslidesuser
Expand Down

0 comments on commit cbd9cf1

Please sign in to comment.