Skip to content
Merged
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 dataset/huggingface_datasets_task/task7309/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN git clone https://github.com/huggingface/datasets.git repo && \
# Set up Python environment and pre-install dependencies
WORKDIR /workspace/repo
RUN uv pip install --system -e .
RUN uv pip uninstall --system pyarrow && uv pip install --system "pyarrow==20.0.0"
RUN uv pip uninstall --system pyarrow && uv pip install --system "pyarrow>=17.0.0,<20.0.0"
# Install tensorflow, explicitly excluding tensorflow-macos (macOS-only package)
RUN uv pip install --system "tensorflow>=2.16.0,<2.17.0" || uv pip install --system "tensorflow==2.16.2"
RUN uv pip install --system torch jax
Expand Down
Loading