We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc6c28 commit a9ba1b4Copy full SHA for a9ba1b4
docker/Dockerfile
@@ -31,9 +31,8 @@ RUN wget -O /tmp/install-tl-unx.tar.gz http://mirror.ctan.org/systems/texlive/tl
31
# clone and build manim-slides
32
COPY . /opt/manim-slides
33
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]
+
+RUN pip install --no-cache-dir manim[jupyterlab] .[sphinx-directive]
37
38
ARG NB_USER=manimslidesuser
39
ARG NB_UID=1000
0 commit comments