Skip to content

Commit a9ba1b4

Browse files
authored
fix(docker): try to fix Docker image
1 parent 4cc6c28 commit a9ba1b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ RUN wget -O /tmp/install-tl-unx.tar.gz http://mirror.ctan.org/systems/texlive/tl
3131
# clone and build manim-slides
3232
COPY . /opt/manim-slides
3333
WORKDIR /opt/manim-slides
34-
ENV UV_PYTHON=/usr/local/bin/python
35-
RUN pip install --no-cache-dir uv
36-
RUN uv pip install --no-cache-dir manim[jupyterlab] .[sphinx-directive]
34+
35+
RUN pip install --no-cache-dir manim[jupyterlab] .[sphinx-directive]
3736

3837
ARG NB_USER=manimslidesuser
3938
ARG NB_UID=1000

0 commit comments

Comments
 (0)