Skip to content

Commit

Permalink
Merge pull request #8428 from madhavajay/madhava/jupyter_upgrade
Browse files Browse the repository at this point in the history
Unpinned jupyter
  • Loading branch information
madhavajay authored Jan 29, 2024
2 parents 977b306 + eb67546 commit 7eacd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/backend/backend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPY --chown=$USER_GRP \
# Install all dependencies together here to avoid any version conflicts across pkgs
RUN --mount=type=cache,id=pip-$UID,target=$HOME/.cache/pip,uid=$UID,gid=$UID,sharing=locked \
pip install --user torch==2.1.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html && \
pip install --user pip-autoremove jupyterlab==4.0.7 -e ./syft[data_science] && \
pip install --user pip-autoremove jupyterlab -e ./syft[data_science] && \
pip-autoremove ansible ansible-core -y

# ==================== [Final] Setup Syft Server ==================== #
Expand Down

0 comments on commit 7eacd3a

Please sign in to comment.