Skip to content

Instantly share code, notes, and snippets.

@AmosLewis
Created September 10, 2025 19:37
Show Gist options
  • Save AmosLewis/af6757421f3e8408d191bb3caf1a826b to your computer and use it in GitHub Desktop.
Save AmosLewis/af6757421f3e8408d191bb3caf1a826b to your computer and use it in GitHub Desktop.
((.venv12) ) ➜ 2024q2-sdxl-mlperf-sprint git:(mi355_llama_working_harness_v1) ✗ ./LLAMA_inference/build_tracy_docker.sh
[+] Building 11.3s (12/18) docker:default
=> [internal] load build definition from llama_harness_tracy.dockerfile 0.0s
=> => transferring dockerfile: 5.33kB 0.0s
=> [internal] load metadata for docker.io/rocm/dev-ubuntu-22.04:6.4.1 0.8s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CANCELED [internal] load build context 10.2s
=> => transferring context: 3.46GB 10.2s
=> [ 1/14] FROM docker.io/rocm/dev-ubuntu-22.04:6.4.1@sha256:82539fba7ae3e9c50e7c82bbb8e24d4ee1c07f1b55bea81b64f982757e5b6695 0.0s
=> CACHED [ 2/14] RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git wget unzip software-properties-common git libzstd-dev glslang-tools libx11-dev 0.0s
=> CACHED [ 3/14] RUN wget https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-linux-x86_64.sh && chmod +x cmake-3.29.3-linux-x86_64.sh && ./cmake-3. 0.0s
=> CACHED [ 4/14] RUN python3.11 -m pip install --upgrade pip setuptools wheel && python3.11 -m pip install pybind11 'nanobind<2' numpy==1.* pandas && python3.11 -m pip 0.0s
=> CACHED [ 5/14] RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y 0.0s
=> CACHED [ 6/14] RUN mkdir /mlperf/ && cd /mlperf && git clone --recursive https://github.com/mlcommons/inference.git inference && cd inference/loadgen && pip insta 0.0s
=> CACHED [ 7/14] RUN mkdir -p /mlperf/shark_reference/ && cp -r /mlperf/inference/language/llama3.1-405b/* /mlperf/shark_reference/ && cp /mlperf/inference/mlperf.conf /mlperf/ 0.0s
=> ERROR [ 8/14] RUN cd /mlperf/shark_reference/ && python3.11 -m pip install --no-cache-dir -r requirements.txt 10.2s
------
> [ 8/14] RUN cd /mlperf/shark_reference/ && python3.11 -m pip install --no-cache-dir -r requirements.txt:
2.798 Collecting transformers==4.46.2 (from -r requirements.txt (line 1))
2.969 Downloading transformers-4.46.2-py3-none-any.whl.metadata (44 kB)
3.071 Collecting nltk==3.8.1 (from -r requirements.txt (line 2))
3.103 Downloading nltk-3.8.1-py3-none-any.whl.metadata (2.8 kB)
3.115 Collecting evaluate==0.4.0 (from -r requirements.txt (line 3))
3.143 Downloading evaluate-0.4.0-py3-none-any.whl.metadata (9.4 kB)
3.159 Collecting absl-py==1.4.0 (from -r requirements.txt (line 4))
3.187 Downloading absl_py-1.4.0-py3-none-any.whl.metadata (2.3 kB)
3.196 Collecting rouge-score==0.1.2 (from -r requirements.txt (line 5))
3.223 Downloading rouge_score-0.1.2.tar.gz (17 kB)
3.228 Preparing metadata (setup.py): started
3.324 Preparing metadata (setup.py): finished with status 'done'
3.355 Collecting sentencepiece==0.2.0 (from -r requirements.txt (line 6))
3.386 Downloading sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)
3.399 Collecting accelerate==0.21.0 (from -r requirements.txt (line 7))
3.439 Downloading accelerate-0.21.0-py3-none-any.whl.metadata (17 kB)
3.458 Collecting vllm==0.6.3 (from -r requirements.txt (line 8))
3.489 Downloading vllm-0.6.3-cp38-abi3-manylinux1_x86_64.whl.metadata (10 kB)
3.504 Collecting pybind11==2.10.4 (from -r requirements.txt (line 9))
3.531 Downloading pybind11-2.10.4-py3-none-any.whl.metadata (9.4 kB)
3.543 Collecting filelock (from transformers==4.46.2->-r requirements.txt (line 1))
3.570 Downloading filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
3.590 Collecting huggingface-hub<1.0,>=0.23.2 (from transformers==4.46.2->-r requirements.txt (line 1))
3.617 Downloading huggingface_hub-0.34.4-py3-none-any.whl.metadata (14 kB)
3.629 Requirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.11/dist-packages (from transformers==4.46.2->-r requirements.txt (line 1)) (1.26.4)
3.639 Collecting packaging>=20.0 (from transformers==4.46.2->-r requirements.txt (line 1))
3.666 Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
3.666 Requirement already satisfied: pyyaml>=5.1 in /usr/lib/python3/dist-packages (from transformers==4.46.2->-r requirements.txt (line 1)) (5.4.1)
3.816 Collecting regex!=2019.12.17 (from transformers==4.46.2->-r requirements.txt (line 1))
3.844 Downloading regex-2025.9.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB)
3.864 Collecting requests (from transformers==4.46.2->-r requirements.txt (line 1))
3.891 Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB)
3.941 Collecting safetensors>=0.4.1 (from transformers==4.46.2->-r requirements.txt (line 1))
3.968 Downloading safetensors-0.6.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
4.033 Collecting tokenizers<0.21,>=0.20 (from transformers==4.46.2->-r requirements.txt (line 1))
4.063 Downloading tokenizers-0.20.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)
4.083 Collecting tqdm>=4.27 (from transformers==4.46.2->-r requirements.txt (line 1))
4.117 Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB)
4.138 Collecting click (from nltk==3.8.1->-r requirements.txt (line 2))
4.165 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
4.208 Collecting joblib (from nltk==3.8.1->-r requirements.txt (line 2))
4.242 Downloading joblib-1.5.2-py3-none-any.whl.metadata (5.6 kB)
4.263 Collecting datasets>=2.0.0 (from evaluate==0.4.0->-r requirements.txt (line 3))
4.291 Downloading datasets-4.0.0-py3-none-any.whl.metadata (19 kB)
4.312 Collecting dill (from evaluate==0.4.0->-r requirements.txt (line 3))
4.379 Downloading dill-0.4.0-py3-none-any.whl.metadata (10 kB)
4.381 Requirement already satisfied: pandas in /usr/local/lib/python3.11/dist-packages (from evaluate==0.4.0->-r requirements.txt (line 3)) (2.3.2)
4.467 Collecting xxhash (from evaluate==0.4.0->-r requirements.txt (line 3))
4.495 Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)
4.508 Collecting multiprocess (from evaluate==0.4.0->-r requirements.txt (line 3))
4.538 Downloading multiprocess-0.70.18-py311-none-any.whl.metadata (7.5 kB)
4.551 Collecting fsspec>=2021.05.0 (from fsspec[http]>=2021.05.0->evaluate==0.4.0->-r requirements.txt (line 3))
4.583 Downloading fsspec-2025.9.0-py3-none-any.whl.metadata (10 kB)
4.613 Collecting responses<0.19 (from evaluate==0.4.0->-r requirements.txt (line 3))
4.643 Downloading responses-0.18.0-py3-none-any.whl.metadata (29 kB)
4.653 Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from rouge-score==0.1.2->-r requirements.txt (line 5)) (1.16.0)
4.718 Collecting psutil (from accelerate==0.21.0->-r requirements.txt (line 7))
4.745 Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
4.811 Collecting torch>=1.10.0 (from accelerate==0.21.0->-r requirements.txt (line 7))
4.846 Downloading torch-2.8.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (30 kB)
4.871 Collecting py-cpuinfo (from vllm==0.6.3->-r requirements.txt (line 8))
4.899 Downloading py_cpuinfo-9.0.0-py3-none-any.whl.metadata (794 bytes)
5.042 Collecting protobuf (from vllm==0.6.3->-r requirements.txt (line 8))
5.069 Downloading protobuf-6.32.0-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes)
5.291 Collecting aiohttp (from vllm==0.6.3->-r requirements.txt (line 8))
5.318 Downloading aiohttp-3.12.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)
5.393 Collecting openai>=1.40.0 (from vllm==0.6.3->-r requirements.txt (line 8))
5.422 Downloading openai-1.107.1-py3-none-any.whl.metadata (29 kB)
5.444 Collecting uvicorn[standard] (from vllm==0.6.3->-r requirements.txt (line 8))
5.474 Downloading uvicorn-0.35.0-py3-none-any.whl.metadata (6.5 kB)
5.519 Collecting pydantic>=2.9 (from vllm==0.6.3->-r requirements.txt (line 8))
5.546 Downloading pydantic-2.11.7-py3-none-any.whl.metadata (67 kB)
5.620 Collecting pillow (from vllm==0.6.3->-r requirements.txt (line 8))
5.647 Downloading pillow-11.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (9.0 kB)
5.662 Collecting prometheus-client>=0.18.0 (from vllm==0.6.3->-r requirements.txt (line 8))
5.702 Downloading prometheus_client-0.22.1-py3-none-any.whl.metadata (1.9 kB)
5.712 Collecting prometheus-fastapi-instrumentator>=7.0.0 (from vllm==0.6.3->-r requirements.txt (line 8))
5.740 Downloading prometheus_fastapi_instrumentator-7.1.0-py3-none-any.whl.metadata (13 kB)
5.760 Collecting tiktoken>=0.6.0 (from vllm==0.6.3->-r requirements.txt (line 8))
5.788 Downloading tiktoken-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)
5.801 Collecting lm-format-enforcer==0.10.6 (from vllm==0.6.3->-r requirements.txt (line 8))
5.860 Downloading lm_format_enforcer-0.10.6-py3-none-any.whl.metadata (16 kB)
5.894 Collecting outlines<0.1,>=0.0.43 (from vllm==0.6.3->-r requirements.txt (line 8))
5.913 Downloading outlines-0.0.46-py3-none-any.whl.metadata (15 kB)
5.925 Collecting typing-extensions>=4.10 (from vllm==0.6.3->-r requirements.txt (line 8))
5.952 Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
5.963 Collecting partial-json-parser (from vllm==0.6.3->-r requirements.txt (line 8))
5.992 Downloading partial_json_parser-0.2.1.1.post6-py3-none-any.whl.metadata (6.1 kB)
6.154 Collecting pyzmq (from vllm==0.6.3->-r requirements.txt (line 8))
6.187 Downloading pyzmq-27.1.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (6.0 kB)
6.213 Collecting msgspec (from vllm==0.6.3->-r requirements.txt (line 8))
6.244 Downloading msgspec-0.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.9 kB)
6.256 Collecting gguf==0.10.0 (from vllm==0.6.3->-r requirements.txt (line 8))
6.284 Downloading gguf-0.10.0-py3-none-any.whl.metadata (3.5 kB)
6.285 Requirement already satisfied: importlib-metadata in /usr/lib/python3/dist-packages (from vllm==0.6.3->-r requirements.txt (line 8)) (4.6.4)
6.295 Collecting mistral-common>=1.4.4 (from mistral-common[opencv]>=1.4.4->vllm==0.6.3->-r requirements.txt (line 8))
6.335 Downloading mistral_common-1.8.4-py3-none-any.whl.metadata (5.1 kB)
6.346 Collecting einops (from vllm==0.6.3->-r requirements.txt (line 8))
6.373 Downloading einops-0.8.1-py3-none-any.whl.metadata (13 kB)
6.420 Collecting ray>=2.9 (from vllm==0.6.3->-r requirements.txt (line 8))
6.447 Downloading ray-2.49.1-cp311-cp311-manylinux2014_x86_64.whl.metadata (21 kB)
6.484 Collecting nvidia-ml-py (from vllm==0.6.3->-r requirements.txt (line 8))
6.512 Downloading nvidia_ml_py-13.580.65-py3-none-any.whl.metadata (9.6 kB)
6.513 Collecting torch>=1.10.0 (from accelerate==0.21.0->-r requirements.txt (line 7))
6.540 Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl.metadata (26 kB)
6.596 Collecting torchvision==0.19 (from vllm==0.6.3->-r requirements.txt (line 8))
6.625 Downloading torchvision-0.19.0-cp311-cp311-manylinux1_x86_64.whl.metadata (6.0 kB)
6.639 Collecting xformers==0.0.27.post2 (from vllm==0.6.3->-r requirements.txt (line 8))
6.667 Downloading xformers-0.0.27.post2-cp311-cp311-manylinux2014_x86_64.whl.metadata (1.0 kB)
6.718 Collecting fastapi!=0.113.*,!=0.114.0,>=0.107.0 (from vllm==0.6.3->-r requirements.txt (line 8))
6.746 Downloading fastapi-0.116.1-py3-none-any.whl.metadata (28 kB)
6.769 Collecting interegular>=0.3.2 (from lm-format-enforcer==0.10.6->vllm==0.6.3->-r requirements.txt (line 8))
6.798 Downloading interegular-0.3.3-py37-none-any.whl.metadata (3.0 kB)
6.837 Collecting sympy (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
6.865 Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB)
6.893 Collecting networkx (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
6.924 Downloading networkx-3.5-py3-none-any.whl.metadata (6.3 kB)
6.947 Collecting jinja2 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
6.975 Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
6.994 Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.023 Downloading nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
7.043 Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.072 Downloading nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
7.087 Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.116 Downloading nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)
7.133 Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.163 Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)
7.185 Collecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.215 Downloading nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
7.232 Collecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.267 Downloading nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
7.283 Collecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.313 Downloading nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
7.332 Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.361 Downloading nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)
7.378 Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.412 Downloading nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)
7.429 Collecting nvidia-nccl-cu12==2.20.5 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.459 Downloading nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB)
7.475 Collecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.506 Downloading nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.7 kB)
7.525 Collecting triton==3.0.0 (from torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.555 Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.3 kB)
7.584 Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.10.0->accelerate==0.21.0->-r requirements.txt (line 7))
7.613 Downloading nvidia_nvjitlink_cu12-12.9.86-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB)
7.690 Collecting hf-xet<2.0.0,>=1.1.3 (from huggingface-hub<1.0,>=0.23.2->transformers==4.46.2->-r requirements.txt (line 1))
7.717 Downloading hf_xet-1.1.9-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.7 kB)
7.732 Collecting lark (from outlines<0.1,>=0.0.43->vllm==0.6.3->-r requirements.txt (line 8))
7.760 Downloading lark-1.2.2-py3-none-any.whl.metadata (1.8 kB)
7.775 Collecting nest-asyncio (from outlines<0.1,>=0.0.43->vllm==0.6.3->-r requirements.txt (line 8))
7.802 Downloading nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB)
7.816 Collecting cloudpickle (from outlines<0.1,>=0.0.43->vllm==0.6.3->-r requirements.txt (line 8))
7.843 Downloading cloudpickle-3.1.1-py3-none-any.whl.metadata (7.1 kB)
7.861 Collecting diskcache (from outlines<0.1,>=0.0.43->vllm==0.6.3->-r requirements.txt (line 8))
7.889 Downloading diskcache-5.6.3-py3-none-any.whl.metadata (20 kB)
8.035 Collecting numba (from outlines<0.1,>=0.0.43->vllm==0.6.3->-r requirements.txt (line 8))
8.062 Downloading numba-0.61.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.8 kB)
8.077 Collecting referencing (from outlines<0.1,>=0.0.43->vllm==0.6.3->-r requirements.txt (line 8))
8.103 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB)
8.119 Collecting jsonschema (from outlines<0.1,>=0.0.43->vllm==0.6.3->-r requirements.txt (line 8))
8.182 Downloading jsonschema-4.25.1-py3-none-any.whl.metadata (7.6 kB)
8.194 Collecting pycountry (from outlines<0.1,>=0.0.43->vllm==0.6.3->-r requirements.txt (line 8))
8.220 Downloading pycountry-24.6.1-py3-none-any.whl.metadata (12 kB)
8.265 INFO: pip is looking at multiple versions of outlines to determine which version is compatible with other requirements. This could take a while.
8.265 Collecting outlines<0.1,>=0.0.43 (from vllm==0.6.3->-r requirements.txt (line 8))
8.295 Downloading outlines-0.0.45-py3-none-any.whl.metadata (15 kB)
8.462 Downloading outlines-0.0.44-py3-none-any.whl.metadata (14 kB)
8.499 Downloading outlines-0.0.43-py3-none-any.whl.metadata (14 kB)
8.523 INFO: pip is still looking at multiple versions of outlines to determine which version is compatible with other requirements. This could take a while.
8.639 Collecting numpy>=1.17 (from transformers==4.46.2->-r requirements.txt (line 1))
8.666 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
8.691 Collecting huggingface-hub<1.0,>=0.23.2 (from transformers==4.46.2->-r requirements.txt (line 1))
8.719 Downloading huggingface_hub-0.34.3-py3-none-any.whl.metadata (14 kB)
8.734 INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
8.737 ERROR: Cannot install vllm because these package versions have conflicting dependencies.
8.737
8.737 The conflict is caused by:
8.737 outlines 0.0.46 depends on pyairports
8.737 outlines 0.0.45 depends on pyairports
8.737 outlines 0.0.44 depends on pyairports
8.737 outlines 0.0.43 depends on pyairports
8.737
8.737 To fix this you could try to:
8.737 1. loosen the range of package versions you've specified
8.737 2. remove package versions to allow pip to attempt to solve the dependency conflict
8.737
8.783 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
------
1 warning found (use docker --debug to expand):
- SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE") (line 44)
llama_harness_tracy.dockerfile:36
--------------------
34 |
35 | RUN mkdir -p /mlperf/shark_reference/ && cp -r /mlperf/inference/language/llama3.1-405b/* /mlperf/shark_reference/ && cp /mlperf/inference/mlperf.conf /mlperf/shark_reference/
36 | >>> RUN cd /mlperf/shark_reference/ && python3.11 -m pip install --no-cache-dir -r requirements.txt
37 |
38 | ######################################################
--------------------
ERROR: failed to solve: process "/bin/sh -c cd /mlperf/shark_reference/ && python3.11 -m pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment