Skip to content

Commit

Permalink
drop telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed May 14, 2024
1 parent 9032c4c commit ce24621
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 @@ -34,7 +34,7 @@ COPY syft/src/syft/VERSION ./syft/src/syft/
RUN --mount=type=cache,target=/root/.cache,sharing=locked \
# remove torch because we already have the cpu version pre-installed
sed --in-place /torch==/d ./syft/setup.cfg && \
uv pip install -e ./syft[data_science,telemetry] && \
uv pip install -e ./syft[data_science] && \
uv pip freeze | grep ansible | xargs uv pip uninstall

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

0 comments on commit ce24621

Please sign in to comment.