Skip to content

Commit

Permalink
Merge pull request #17 from ruivieira/RHOAIENG-18617-artifactories
Browse files Browse the repository at this point in the history
fix: Replace UNITXT_ARTIFACTORIES with UNITXT_CATALOGS
  • Loading branch information
ruivieira authored Feb 6, 2025
2 parents bc4f819 + 3d803d2 commit f1ff964
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.lmes-job
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ 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

CMD ["/opt/app-root/bin/python"]

0 comments on commit f1ff964

Please sign in to comment.