diff --git a/Dockerfile.lmes-job b/Dockerfile.lmes-job index 4055b447..26b45d70 100644 --- a/Dockerfile.lmes-job +++ b/Dockerfile.lmes-job @@ -16,7 +16,8 @@ COPY --chown=1001:0 patch /opt/app-root/src/patch 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] .[openai] + git apply /opt/app-root/src/patch/lmes/models.patch && pip install --no-cache-dir --user -e .[unitxt] && \ + pip install --no-cache-dir --user -e .[openai] ENV PYTHONPATH=/opt/app-root/src/.local/lib/python3.11/site-packages:/opt/app-root/src/lm-evaluation-harness:/opt/app-root/src:/opt/app-root/src/server ENV HF_HOME=/opt/app-root/src/hf_home