uv cloud image should use uv w pip (#3449)

This commit is contained in:
Wing Lian
2026-03-02 16:39:26 -05:00
committed by GitHub
parent 4272817109
commit 77828d3559

View File

@@ -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 && \