diff --git a/docker/Dockerfile-cloud-uv b/docker/Dockerfile-cloud-uv index dc6fd5377..a53dd6135 100644 --- a/docker/Dockerfile-cloud-uv +++ b/docker/Dockerfile-cloud-uv @@ -12,7 +12,7 @@ EXPOSE 22 COPY scripts/cloud-entrypoint.sh /root/cloud-entrypoint.sh COPY scripts/motd /etc/motd -RUN pip install jupyterlab notebook ipywidgets && \ +RUN uv pip install jupyterlab notebook ipywidgets && \ jupyter lab clean RUN apt update && \ apt install --yes --no-install-recommends openssh-server tmux iproute2 nvtop && \