Skip to content

Commit

Permalink
fix(RHOAIENG-19925): Replace obsolete UNIX_ARTIFACTORIES env var in L…
Browse files Browse the repository at this point in the history
…MEval (#415)
  • Loading branch information
ruivieira authored Feb 14, 2025
1 parent 3753419 commit a066fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.lmes-job
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN python -c 'from lm_eval.tasks.unitxt import task; import os.path; print("cla

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
ENV UNITXT_ARTIFACTORIES=/opt/app-root/src/my_catalogs
ENV UNITXT_CATALOGS=/opt/app-root/src/my_catalogs

USER 65532:65532
CMD ["/opt/app-root/bin/python"]

0 comments on commit a066fa6

Please sign in to comment.