diff --git a/Dockerfile.lmes-job b/Dockerfile.lmes-job index f6917867..fdfb3a28 100644 --- a/Dockerfile.lmes-job +++ b/Dockerfile.lmes-job @@ -13,7 +13,7 @@ ENV PATH="/opt/app-root/bin:/opt/app-root/src/.local/bin/:/opt/app-root/src/bin: RUN pip install --no-cache-dir --user --upgrade ibm-generative-ai[lm-eval] COPY --chown=1001:0 patch /opt/app-root/src/patch # Clone the Git repository and install the Python package -RUN git clone https://github.com/EleutherAI/lm-evaluation-harness.git && \ +RUN git clone https://github.com/opendatahub-io/lm-evaluation-harness.git && \ cd lm-evaluation-harness && git checkout 568af943e315100af3f00937bfd6947844769ab8 && \ curl --output lm_eval/models/bam.py https://raw.githubusercontent.com/IBM/ibm-generative-ai/main/src/genai/extensions/lm_eval/model.py && \ git apply /opt/app-root/src/patch/lmes/models.patch && pip install --no-cache-dir --user -e .[unitxt]