cxr-vlm-code / build.log
convitom
f
c9b4129
��docker : #0 building with "desktop-linux" instance using docker driver
At line:1 char:1
+ docker build --network=host --progress=plain -t hieu3636/cxr-vlm-env: ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (#0 building wit...g docker driver:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.66kB 0.0s done
#1 DONE 0.0s
#2 [auth] pytorch/pytorch:pull token for registry-1.docker.io
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/pytorch/pytorch:2.10.0-cuda12.8-cudnn9-runtime
#3 DONE 1.6s
#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.0s
#5 [1/5] FROM
docker.io/pytorch/pytorch:2.10.0-cuda12.8-cudnn9-runtime@sha256:b85566342b86d13a67712e9315d40cdc2dad7f8d86df1aff3831f80835edbcca
#5 resolve
docker.io/pytorch/pytorch:2.10.0-cuda12.8-cudnn9-runtime@sha256:b85566342b86d13a67712e9315d40cdc2dad7f8d86df1aff3831f80835edbcca
0.0s done
#5 DONE 0.0s
#6 [internal] load build context
#6 transferring context: 2.39kB 0.0s done
#6 DONE 0.0s
#7 [2/5] RUN apt-get update && apt-get install -y --no-install-recommends git wget curl && rm -rf /var/lib/apt/lists/*
#7 CACHED
#8 [3/5] COPY requirements_docker.txt /tmp/requirements_docker.txt
#8 DONE 0.0s
#9 [4/5] RUN pip install --no-cache-dir -r /tmp/requirements_docker.txt
#9 1.009 Collecting transformers<4.50,>=4.46 (from -r /tmp/requirements_docker.txt (line 11))
#9 1.303 Downloading transformers-4.49.0-py3-none-any.whl.metadata (44 kB)
#9 1.600 Collecting peft<0.15,>=0.13 (from -r /tmp/requirements_docker.txt (line 12))
#9 1.655 Downloading peft-0.14.0-py3-none-any.whl.metadata (13 kB)
#9 1.745 Collecting accelerate>=1.0 (from -r /tmp/requirements_docker.txt (line 13))
#9 1.798 Downloading accelerate-1.13.0-py3-none-any.whl.metadata (19 kB)
#9 1.901 Collecting bitsandbytes>=0.45 (from -r /tmp/requirements_docker.txt (line 14))
#9 1.960 Downloading bitsandbytes-0.49.2-py3-none-manylinux_2_24_x86_64.whl.metadata (10 kB)
#9 2.107 Collecting huggingface_hub<1.0,>=0.27 (from -r /tmp/requirements_docker.txt (line 15))
#9 2.162 Downloading huggingface_hub-0.36.2-py3-none-any.whl.metadata (15 kB)
#9 2.268 Collecting httpx>=0.27 (from -r /tmp/requirements_docker.txt (line 16))
#9 2.322 Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB)
#9 2.408 Collecting timm>=1.0 (from -r /tmp/requirements_docker.txt (line 22))
#9 2.464 Downloading timm-1.0.27-py3-none-any.whl.metadata (40 kB)
#9 2.478 Requirement already satisfied: Pillow>=10.0 in /usr/local/lib/python3.12/dist-packages (from -r
/tmp/requirements_docker.txt (line 23)) (12.0.0)
#9 2.556 Collecting omegaconf==2.3.0 (from -r /tmp/requirements_docker.txt (line 26))
#9 2.607 Downloading omegaconf-2.3.0-py3-none-any.whl.metadata (3.9 kB)
#9 2.714 Collecting sentencepiece>=0.2 (from -r /tmp/requirements_docker.txt (line 27))
#9 2.771 Downloading sentencepiece-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (10 kB)
#9 3.105 Collecting protobuf>=5.0 (from -r /tmp/requirements_docker.txt (line 28))
#9 3.158 Downloading protobuf-7.35.0-cp310-abi3-manylinux2014_x86_64.whl.metadata (595 bytes)
#9 3.162 Requirement already satisfied: numpy<3,>=1.26 in /usr/local/lib/python3.12/dist-packages (from -r
/tmp/requirements_docker.txt (line 29)) (2.4.1)
#9 3.363 Collecting pandas>=2.2 (from -r /tmp/requirements_docker.txt (line 30))
#9 3.423 Downloading pandas-3.0.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (79 kB)
#9 3.586 Collecting nltk>=3.9 (from -r /tmp/requirements_docker.txt (line 33))
#9 3.640 Downloading nltk-3.9.4-py3-none-any.whl.metadata (3.2 kB)
#9 3.697 Collecting rouge-score>=0.1.2 (from -r /tmp/requirements_docker.txt (line 34))
#9 3.754 Downloading rouge_score-0.1.2.tar.gz (17 kB)
#9 3.774 Installing build dependencies: started
#9 5.757 Installing build dependencies: finished with status 'done'
#9 5.759 Getting requirements to build wheel: started
#9 6.210 Getting requirements to build wheel: finished with status 'done'
#9 6.213 Preparing metadata (pyproject.toml): started
#9 6.525 Preparing metadata (pyproject.toml): finished with status 'done'
#9 6.578 Collecting bert-score>=0.3.12 (from -r /tmp/requirements_docker.txt (line 35))
#9 6.632 Downloading bert_score-0.3.13-py3-none-any.whl.metadata (15 kB)
#9 6.802 Collecting scikit-learn>=1.5 (from -r /tmp/requirements_docker.txt (line 36))
#9 6.857 Downloading scikit_learn-1.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (11 kB)
#9 7.027 Collecting wandb>=0.18 (from -r /tmp/requirements_docker.txt (line 39))
#9 7.080 Downloading wandb-0.27.0-py3-none-manylinux_2_28_x86_64.whl.metadata (11 kB)
#9 7.170 Collecting tqdm>=4.66 (from -r /tmp/requirements_docker.txt (line 40))
#9 7.222 Downloading tqdm-4.67.3-py3-none-any.whl.metadata (57 kB)
#9 7.380 Collecting openai>=1.40 (from -r /tmp/requirements_docker.txt (line 43))
#9 7.440 Downloading openai-2.38.0-py3-none-any.whl.metadata (31 kB)
#9 7.506 Collecting antlr4-python3-runtime==4.9.* (from omegaconf==2.3.0->-r /tmp/requirements_docker.txt (line 26))
#9 7.561 Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
#9 7.642 Installing build dependencies: started
#9 8.625 Installing build dependencies: finished with status 'done'
#9 8.626 Getting requirements to build wheel: started
#9 8.960 Getting requirements to build wheel: finished with status 'done'
#9 8.962 Preparing metadata (pyproject.toml): started
#9 9.144 Preparing metadata (pyproject.toml): finished with status 'done'
#9 9.147 Requirement already satisfied: PyYAML>=5.1.0 in /usr/local/lib/python3.12/dist-packages (from omegaconf==2.3.0->-r
/tmp/requirements_docker.txt (line 26)) (6.0.3)
#9 9.150 Requirement already satisfied: filelock in /usr/local/lib/python3.12/dist-packages (from transformers<4.50,>=4.46->-r
/tmp/requirements_docker.txt (line 11)) (3.20.3)
#9 9.174 Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.12/dist-packages (from
transformers<4.50,>=4.46->-r /tmp/requirements_docker.txt (line 11)) (25.0)
#9 9.604 Collecting regex!=2019.12.17 (from transformers<4.50,>=4.46->-r /tmp/requirements_docker.txt (line 11))
#9 9.656 Downloading regex-2026.5.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40
kB)
#9 9.663 Requirement already satisfied: requests in /usr/local/lib/python3.12/dist-packages (from transformers<4.50,>=4.46->-r
/tmp/requirements_docker.txt (line 11)) (2.32.5)
#9 9.938 Collecting tokenizers<0.22,>=0.21 (from transformers<4.50,>=4.46->-r /tmp/requirements_docker.txt (line 11))
#9 9.989 Downloading tokenizers-0.21.4-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)
#9 10.16 Collecting safetensors>=0.4.1 (from transformers<4.50,>=4.46->-r /tmp/requirements_docker.txt (line 11))
#9 10.21 Downloading safetensors-0.7.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
#9 10.24 Requirement already satisfied: psutil in /usr/local/lib/python3.12/dist-packages (from peft<0.15,>=0.13->-r
/tmp/requirements_docker.txt (line 12)) (7.2.1)
#9 10.24 Requirement already satisfied: torch>=1.13.0 in /usr/local/lib/python3.12/dist-packages (from peft<0.15,>=0.13->-r
/tmp/requirements_docker.txt (line 12)) (2.10.0+cu128)
#9 10.26 Requirement already satisfied: fsspec>=2023.5.0 in /usr/local/lib/python3.12/dist-packages (from
huggingface_hub<1.0,>=0.27->-r /tmp/requirements_docker.txt (line 15)) (2026.1.0)
#9 10.33 Collecting hf-xet<2.0.0,>=1.1.3 (from huggingface_hub<1.0,>=0.27->-r /tmp/requirements_docker.txt (line 15))
#9 10.38 Downloading hf_xet-1.5.0-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (4.9 kB)
#9 10.40 Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.12/dist-packages (from
huggingface_hub<1.0,>=0.27->-r /tmp/requirements_docker.txt (line 15)) (4.15.0)
#9 10.46 Requirement already satisfied: setuptools in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (80.10.1)
#9 10.46 Requirement already satisfied: sympy>=1.13.3 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (1.14.0)
#9 10.46 Requirement already satisfied: networkx>=2.5.1 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (3.6.1)
#9 10.46 Requirement already satisfied: jinja2 in /usr/local/lib/python3.12/dist-packages (from torch>=1.13.0->peft<0.15,>=0.13->-r
/tmp/requirements_docker.txt (line 12)) (3.1.6)
#9 10.46 Requirement already satisfied: cuda-bindings==12.9.4 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (12.9.4)
#9 10.46 Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.8.93 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (12.8.93)
#9 10.46 Requirement already satisfied: nvidia-cuda-runtime-cu12==12.8.90 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (12.8.90)
#9 10.46 Requirement already satisfied: nvidia-cuda-cupti-cu12==12.8.90 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (12.8.90)
#9 10.47 Requirement already satisfied: nvidia-cudnn-cu12==9.10.2.21 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (9.10.2.21)
#9 10.47 Requirement already satisfied: nvidia-cublas-cu12==12.8.4.1 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (12.8.4.1)
#9 10.47 Requirement already satisfied: nvidia-cufft-cu12==11.3.3.83 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (11.3.3.83)
#9 10.47 Requirement already satisfied: nvidia-curand-cu12==10.3.9.90 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (10.3.9.90)
#9 10.47 Requirement already satisfied: nvidia-cusolver-cu12==11.7.3.90 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (11.7.3.90)
#9 10.47 Requirement already satisfied: nvidia-cusparse-cu12==12.5.8.93 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (12.5.8.93)
#9 10.48 Requirement already satisfied: nvidia-cusparselt-cu12==0.7.1 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (0.7.1)
#9 10.48 Requirement already satisfied: nvidia-nccl-cu12==2.27.5 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (2.27.5)
#9 10.48 Requirement already satisfied: nvidia-nvshmem-cu12==3.4.5 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (3.4.5)
#9 10.48 Requirement already satisfied: nvidia-nvtx-cu12==12.8.90 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (12.8.90)
#9 10.48 Requirement already satisfied: nvidia-nvjitlink-cu12==12.8.93 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (12.8.93)
#9 10.48 Requirement already satisfied: nvidia-cufile-cu12==1.13.1.3 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (1.13.1.3)
#9 10.48 Requirement already satisfied: triton==3.6.0 in /usr/local/lib/python3.12/dist-packages (from
torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (3.6.0)
#9 10.49 Requirement already satisfied: cuda-pathfinder~=1.1 in /usr/local/lib/python3.12/dist-packages (from
cuda-bindings==12.9.4->torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (1.2.2)
#9 10.58 Collecting anyio (from httpx>=0.27->-r /tmp/requirements_docker.txt (line 16))
#9 10.63 Downloading anyio-4.13.0-py3-none-any.whl.metadata (4.5 kB)
#9 10.64 Requirement already satisfied: certifi in /usr/local/lib/python3.12/dist-packages (from httpx>=0.27->-r
/tmp/requirements_docker.txt (line 16)) (2026.1.4)
#9 10.71 Collecting httpcore==1.* (from httpx>=0.27->-r /tmp/requirements_docker.txt (line 16))
#9 10.76 Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB)
#9 10.77 Requirement already satisfied: idna in /usr/local/lib/python3.12/dist-packages (from httpx>=0.27->-r
/tmp/requirements_docker.txt (line 16)) (3.11)
#9 10.82 Collecting h11>=0.16 (from httpcore==1.*->httpx>=0.27->-r /tmp/requirements_docker.txt (line 16))
#9 10.87 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
#9 10.88 Requirement already satisfied: torchvision in /usr/local/lib/python3.12/dist-packages (from timm>=1.0->-r
/tmp/requirements_docker.txt (line 22)) (0.25.0+cu128)
#9 10.95 Collecting python-dateutil>=2.8.2 (from pandas>=2.2->-r /tmp/requirements_docker.txt (line 30))
#9 11.00 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
#9 11.01 Requirement already satisfied: click in /usr/local/lib/python3.12/dist-packages (from nltk>=3.9->-r
/tmp/requirements_docker.txt (line 33)) (8.3.1)
#9 11.09 Collecting joblib (from nltk>=3.9->-r /tmp/requirements_docker.txt (line 33))
#9 11.14 Downloading joblib-1.5.3-py3-none-any.whl.metadata (5.5 kB)
#9 11.22 Collecting absl-py (from rouge-score>=0.1.2->-r /tmp/requirements_docker.txt (line 34))
#9 11.28 Downloading absl_py-2.4.0-py3-none-any.whl.metadata (3.3 kB)
#9 11.29 Requirement already satisfied: six>=1.14.0 in /usr/local/lib/python3.12/dist-packages (from rouge-score>=0.1.2->-r
/tmp/requirements_docker.txt (line 34)) (1.17.0)
#9 11.53 Collecting matplotlib (from bert-score>=0.3.12->-r /tmp/requirements_docker.txt (line 35))
#9 11.59 Downloading matplotlib-3.10.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (52 kB)
#9 11.79 Collecting scipy>=1.10.0 (from scikit-learn>=1.5->-r /tmp/requirements_docker.txt (line 36))
#9 11.84 Downloading scipy-1.17.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (62 kB)
#9 11.92 Collecting threadpoolctl>=3.2.0 (from scikit-learn>=1.5->-r /tmp/requirements_docker.txt (line 36))
#9 11.97 Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB)
#9 12.06 Collecting gitpython!=3.1.29,>=1.0.0 (from wandb>=0.18->-r /tmp/requirements_docker.txt (line 39))
#9 12.11 Downloading gitpython-3.1.50-py3-none-any.whl.metadata (14 kB)
#9 12.20 Collecting platformdirs (from wandb>=0.18->-r /tmp/requirements_docker.txt (line 39))
#9 12.25 Downloading platformdirs-4.9.6-py3-none-any.whl.metadata (4.7 kB)
#9 12.53 Collecting pydantic<3,>=2.6 (from wandb>=0.18->-r /tmp/requirements_docker.txt (line 39))
#9 12.59 Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB)
#9 12.71 Collecting sentry-sdk>=2.0.0 (from wandb>=0.18->-r /tmp/requirements_docker.txt (line 39))
#9 12.77 Downloading sentry_sdk-2.60.0-py3-none-any.whl.metadata (10 kB)
#9 12.84 Collecting annotated-types>=0.6.0 (from pydantic<3,>=2.6->wandb>=0.18->-r /tmp/requirements_docker.txt (line 39))
#9 12.90 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
#9 14.17 Collecting pydantic-core==2.46.4 (from pydantic<3,>=2.6->wandb>=0.18->-r /tmp/requirements_docker.txt (line 39))
#9 14.23 Downloading pydantic_core-2.46.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
#9 14.28 Collecting typing-inspection>=0.4.2 (from pydantic<3,>=2.6->wandb>=0.18->-r /tmp/requirements_docker.txt (line 39))
#9 14.34 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB)
#9 14.34 Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.12/dist-packages (from
requests->transformers<4.50,>=4.46->-r /tmp/requirements_docker.txt (line 11)) (3.4.4)
#9 14.35 Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.12/dist-packages (from
requests->transformers<4.50,>=4.46->-r /tmp/requirements_docker.txt (line 11)) (2.6.3)
#9 14.42 Collecting distro<2,>=1.7.0 (from openai>=1.40->-r /tmp/requirements_docker.txt (line 43))
#9 14.47 Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
#9 14.64 Collecting jiter<1,>=0.10.0 (from openai>=1.40->-r /tmp/requirements_docker.txt (line 43))
#9 14.71 Downloading jiter-0.15.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB)
#9 14.77 Collecting sniffio (from openai>=1.40->-r /tmp/requirements_docker.txt (line 43))
#9 14.82 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
#9 14.93 Collecting gitdb<5,>=4.0.1 (from gitpython!=3.1.29,>=1.0.0->wandb>=0.18->-r /tmp/requirements_docker.txt (line 39))
#9 14.98 Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB)
#9 15.03 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.29,>=1.0.0->wandb>=0.18->-r /tmp/requirements_docker.txt
(line 39))
#9 15.09 Downloading smmap-5.0.3-py3-none-any.whl.metadata (4.6 kB)
#9 15.13 Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.12/dist-packages (from
sympy>=1.13.3->torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (1.3.0)
#9 15.16 Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.12/dist-packages (from
jinja2->torch>=1.13.0->peft<0.15,>=0.13->-r /tmp/requirements_docker.txt (line 12)) (3.0.3)
#9 15.27 Collecting contourpy>=1.0.1 (from matplotlib->bert-score>=0.3.12->-r /tmp/requirements_docker.txt (line 35))
#9 15.34 Downloading contourpy-1.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (5.5 kB)
#9 15.40 Collecting cycler>=0.10 (from matplotlib->bert-score>=0.3.12->-r /tmp/requirements_docker.txt (line 35))
#9 15.46 Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
#9 15.74 Collecting fonttools>=4.22.0 (from matplotlib->bert-score>=0.3.12->-r /tmp/requirements_docker.txt (line 35))
#9 15.79 Downloading fonttools-4.63.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (118 kB)
#9 15.96 Collecting kiwisolver>=1.3.1 (from matplotlib->bert-score>=0.3.12->-r /tmp/requirements_docker.txt (line 35))
#9 16.01 Downloading kiwisolver-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
#9 16.11 Collecting pyparsing>=3 (from matplotlib->bert-score>=0.3.12->-r /tmp/requirements_docker.txt (line 35))
#9 16.16 Downloading pyparsing-3.3.2-py3-none-any.whl.metadata (5.8 kB)
#9 16.25 Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB)
#9 16.31 Downloading transformers-4.49.0-py3-none-any.whl (10.0 MB)
#9 16.97
������������������������������������������������������������������������������������������������������������������������ 10.0/10.0
MB 15.9 MB/s 0:00:00
#9 17.03 Downloading peft-0.14.0-py3-none-any.whl (374 kB)
#9 17.13 Downloading huggingface_hub-0.36.2-py3-none-any.whl (566 kB)
#9 17.19
������������������������������������������������������������������������������������������������������������������������
566.4/566.4 kB 29.6 MB/s 0:00:00
#9 17.25 Downloading hf_xet-1.5.0-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.5 MB)
#9 17.44
������������������������������������������������������������������������������������������������������������������������ 4.5/4.5 MB
27.6 MB/s 0:00:00
#9 17.50 Downloading tokenizers-0.21.4-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
#9 17.65
������������������������������������������������������������������������������������������������������������������������ 3.1/3.1 MB
26.3 MB/s 0:00:00
#9 17.70 Downloading accelerate-1.13.0-py3-none-any.whl (383 kB)
#9 17.81 Downloading bitsandbytes-0.49.2-py3-none-manylinux_2_24_x86_64.whl (60.7 MB)
#9 20.31
������������������������������������������������������������������������������������������������������������������������ 60.7/60.7
MB 24.6 MB/s 0:00:02
#9 20.36 Downloading httpx-0.28.1-py3-none-any.whl (73 kB)
#9 20.43 Downloading httpcore-1.0.9-py3-none-any.whl (78 kB)
#9 20.52 Downloading timm-1.0.27-py3-none-any.whl (2.6 MB)
#9 20.65
������������������������������������������������������������������������������������������������������������������������ 2.6/2.6 MB
24.9 MB/s 0:00:00
#9 20.71 Downloading sentencepiece-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.4 MB)
#9 20.79
������������������������������������������������������������������������������������������������������������������������ 1.4/1.4 MB
25.8 MB/s 0:00:00
#9 20.84 Downloading protobuf-7.35.0-cp310-abi3-manylinux2014_x86_64.whl (327 kB)
#9 20.92 Downloading pandas-3.0.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.9 MB)
#9 21.35
������������������������������������������������������������������������������������������������������������������������ 10.9/10.9
MB 28.0 MB/s 0:00:00
#9 21.41 Downloading nltk-3.9.4-py3-none-any.whl (1.6 MB)
#9 21.51
������������������������������������������������������������������������������������������������������������������������ 1.6/1.6 MB
22.7 MB/s 0:00:00
#9 21.57 Downloading bert_score-0.3.13-py3-none-any.whl (61 kB)
#9 21.65 Downloading scikit_learn-1.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.9 MB)
#9 22.04
������������������������������������������������������������������������������������������������������������������������ 8.9/8.9 MB
25.4 MB/s 0:00:00
#9 22.10 Downloading wandb-0.27.0-py3-none-manylinux_2_28_x86_64.whl (27.3 MB)
#9 23.20
������������������������������������������������������������������������������������������������������������������������ 27.3/27.3
MB 25.7 MB/s 0:00:01
#9 23.25 Downloading pydantic-2.13.4-py3-none-any.whl (472 kB)
#9 23.35 Downloading pydantic_core-2.46.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
#9 23.47
������������������������������������������������������������������������������������������������������������������������ 2.1/2.1 MB
22.7 MB/s 0:00:00
#9 23.52 Downloading tqdm-4.67.3-py3-none-any.whl (78 kB)
#9 23.60 Downloading openai-2.38.0-py3-none-any.whl (1.3 MB)
#9 23.70
������������������������������������������������������������������������������������������������������������������������ 1.3/1.3 MB
23.3 MB/s 0:00:00
#9 23.76 Downloading anyio-4.13.0-py3-none-any.whl (114 kB)
#9 23.83 Downloading distro-1.9.0-py3-none-any.whl (20 kB)
#9 23.90 Downloading jiter-0.15.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (346 kB)
#9 23.99 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
#9 24.04 Downloading gitpython-3.1.50-py3-none-any.whl (212 kB)
#9 24.13 Downloading gitdb-4.0.12-py3-none-any.whl (62 kB)
#9 24.21 Downloading smmap-5.0.3-py3-none-any.whl (24 kB)
#9 24.28 Downloading h11-0.16.0-py3-none-any.whl (37 kB)
#9 24.35 Downloading joblib-1.5.3-py3-none-any.whl (309 kB)
#9 24.45 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
#9 24.53 Downloading regex-2026.5.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (801 kB)
#9 24.60
������������������������������������������������������������������������������������������������������������������������
801.2/801.2 kB 23.1 MB/s 0:00:00
#9 24.66 Downloading safetensors-0.7.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (507 kB)
#9 24.76 Downloading scipy-1.17.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (35.2 MB)
#9 26.44
������������������������������������������������������������������������������������������������������������������������ 35.2/35.2
MB 21.5 MB/s 0:00:01
#9 26.50 Downloading sentry_sdk-2.60.0-py3-none-any.whl (475 kB)
#9 26.60 Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB)
#9 26.67 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB)
#9 26.73 Downloading absl_py-2.4.0-py3-none-any.whl (135 kB)
#9 26.83 Downloading matplotlib-3.10.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.8 MB)
#9 27.31
������������������������������������������������������������������������������������������������������������������������ 8.8/8.8 MB
19.6 MB/s 0:00:00
#9 27.37 Downloading contourpy-1.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (362 kB)
#9 27.47 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
#9 27.53 Downloading fonttools-4.63.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.0 MB)
#9 27.78
������������������������������������������������������������������������������������������������������������������������ 5.0/5.0 MB
24.0 MB/s 0:00:00
#9 27.83 Downloading kiwisolver-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.5 MB)
#9 27.93
������������������������������������������������������������������������������������������������������������������������ 1.5/1.5 MB
25.2 MB/s 0:00:00
#9 27.99 Downloading pyparsing-3.3.2-py3-none-any.whl (122 kB)
#9 28.06 Downloading platformdirs-4.9.6-py3-none-any.whl (21 kB)
#9 28.12 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
#9 28.69 Building wheels for collected packages: antlr4-python3-runtime, rouge-score
#9 28.69 Building wheel for antlr4-python3-runtime (pyproject.toml): started
#9 29.03 Building wheel for antlr4-python3-runtime (pyproject.toml): finished with status 'done'
#9 29.03 Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590
sha256=002b5fcfb9cc9e12b183479575146401404c92baa14f99468c8ab5cc7bddc47c
#9 29.03 Stored in directory:
/tmp/pip-ephem-wheel-cache-49lo84ip/wheels/1f/be/48/13754633f1d08d1fbfc60d5e80ae1e5d7329500477685286cd
#9 29.03 Building wheel for rouge-score (pyproject.toml): started
#9 29.33 Building wheel for rouge-score (pyproject.toml): finished with status 'done'
#9 29.33 Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24988
sha256=29c31e9d71789bcc95849c64c5165933242179f90aed19e3dfbd47c7d1119d45
#9 29.33 Stored in directory:
/tmp/pip-ephem-wheel-cache-49lo84ip/wheels/85/9d/af/01feefbe7d55ef5468796f0c68225b6788e85d9d0a281e7a70
#9 29.33 Successfully built antlr4-python3-runtime rouge-score
#9 29.61 Installing collected packages: antlr4-python3-runtime, typing-inspection, tqdm, threadpoolctl, sniffio, smmap, sentry-sdk,
sentencepiece, scipy, safetensors, regex, python-dateutil, pyparsing, pydantic-core, protobuf, platformdirs, omegaconf, kiwisolver,
joblib, jiter, hf-xet, h11, fonttools, distro, cycler, contourpy, anyio, annotated-types, absl-py, scikit-learn, pydantic, pandas,
nltk, matplotlib, huggingface_hub, httpcore, gitdb, tokenizers, rouge-score, httpx, gitpython, wandb, transformers, openai,
bitsandbytes, accelerate, timm, peft, bert-score
#9 64.01
#9 64.04 Successfully installed absl-py-2.4.0 accelerate-1.13.0 annotated-types-0.7.0 antlr4-python3-runtime-4.9.3 anyio-4.13.0
bert-score-0.3.13 bitsandbytes-0.49.2 contourpy-1.3.3 cycler-0.12.1 distro-1.9.0 fonttools-4.63.0 gitdb-4.0.12 gitpython-3.1.50
h11-0.16.0 hf-xet-1.5.0 httpcore-1.0.9 httpx-0.28.1 huggingface_hub-0.36.2 jiter-0.15.0 joblib-1.5.3 kiwisolver-1.5.0
matplotlib-3.10.9 nltk-3.9.4 omegaconf-2.3.0 openai-2.38.0 pandas-3.0.3 peft-0.14.0 platformdirs-4.9.6 protobuf-7.35.0
pydantic-2.13.4 pydantic-core-2.46.4 pyparsing-3.3.2 python-dateutil-2.9.0.post0 regex-2026.5.9 rouge-score-0.1.2 safetensors-0.7.0
scikit-learn-1.8.0 scipy-1.17.1 sentencepiece-0.2.1 sentry-sdk-2.60.0 smmap-5.0.3 sniffio-1.3.1 threadpoolctl-3.6.0 timm-1.0.27
tokenizers-0.21.4 tqdm-4.67.3 transformers-4.49.0 typing-inspection-0.4.2 wandb-0.27.0
#9 64.04 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package
manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead:
https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this
warning.
#9 DONE 65.8s
#10 [5/5] WORKDIR /workspace
#10 DONE 0.2s
#11 exporting to image
#11 exporting layers
#11 exporting layers 34.3s done
#11 exporting manifest sha256:e39d9a66ed045b4f5a1fbce2bb3bb2557358dc2b67f167ba37ada5d706ec1e34 0.0s done
#11 exporting config sha256:e39d2eb0950c2971a2b7087622a2470838edaca773da37717ad88e3c4bdf1e3a 0.0s done
#11 exporting attestation manifest sha256:36abd22d5e52b82f3006bd92a3b378227e09e7d231640241ea9b370d22c34bb9 0.0s done
#11 exporting manifest list sha256:9e6061b85911cd5a8f06e1b4ed1d02280a266410ed8b621e1b70dc63fa6b4266 0.0s done
#11 naming to docker.io/hieu3636/cxr-vlm-env:cu128 done
#11 unpacking to docker.io/hieu3636/cxr-vlm-env:cu128
#11 unpacking to docker.io/hieu3636/cxr-vlm-env:cu128 12.7s done
#11 DONE 47.1s