Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.multi
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ COPY constraints.txt /tmp/constraints.txt
RUN --mount=type=cache,target=/root/.cache/pip \
pip3 install --ignore-installed --no-cache-dir -r /tmp/constraints.txt && \
rm /tmp/constraints.txt && \
pip3 uninstall -y nbconvert || true
{ pip3 uninstall -y nbconvert || true; }

# Install UCX, NIXL, etcd
# TODO: Combine these into the main install.sh script
Expand Down
Loading