Skip to content

Commit cb71578

Browse files
committed
Revert "try latest version"
This reverts commit e905fa9.
1 parent 8557f19 commit cb71578

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

huggingface/pytorch/training/docker/2.6/py3/cu126/Dockerfile.gpu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL dlc_major_version="2"
1212

1313
# version args
1414
ARG TRANSFORMERS_VERSION=4.51.3
15-
ARG DATASETS_VERSION=4.0.0
15+
ARG DATASETS_VERSION=2.18.0
1616
ARG HUGGINGFACE_HUB_VERSION=0.30.0
1717
ARG DIFFUSERS_VERSION=0.33.1
1818
ARG EVALUATE_VERSION=0.4.3
@@ -22,8 +22,8 @@ ARG PEFT_VERSION=0.14.0
2222
ARG FLASH_ATTN_VERSION=2.7.4.post1
2323
ARG NINJA_VERSION=1.11.1.3
2424
ARG PYTHON=python3
25-
ARG MULTIPROCESS_VERSION=0.70.18
26-
ARG DILL_VERSION=0.4.0
25+
ARG MULTIPROCESS_VERSION=0.70.16
26+
ARG DILL_VERSION=0.3.8
2727

2828
# TODO: Remove when the base image is updated
2929
RUN pip install --upgrade pip \
@@ -52,7 +52,7 @@ RUN pip install --no-cache-dir \
5252
flash-attn==${FLASH_ATTN_VERSION} \
5353
dill==${DILL_VERSION} \
5454
multiprocess==${MULTIPROCESS_VERSION} \
55-
"pathos==0.3.4"
55+
"pathos<0.3.3"
5656

5757
# hf_transfer will be a built-in feature, remove the env variable then
5858
ENV HF_HUB_ENABLE_HF_TRANSFER="1"

0 commit comments

Comments
 (0)