File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
huggingface/pytorch/training/docker/2.6/py3/cu126 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LABEL dlc_major_version="2"
1212
1313# version args
1414ARG TRANSFORMERS_VERSION=4.51.3
15- ARG DATASETS_VERSION=4.0 .0
15+ ARG DATASETS_VERSION=2.18 .0
1616ARG HUGGINGFACE_HUB_VERSION=0.30.0
1717ARG DIFFUSERS_VERSION=0.33.1
1818ARG EVALUATE_VERSION=0.4.3
@@ -22,8 +22,8 @@ ARG PEFT_VERSION=0.14.0
2222ARG FLASH_ATTN_VERSION=2.7.4.post1
2323ARG NINJA_VERSION=1.11.1.3
2424ARG 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
2929RUN 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
5858ENV HF_HUB_ENABLE_HF_TRANSFER="1"
You can’t perform that action at this time.
0 commit comments