File size: 378 Bytes
1b1558d 0dec706 1b1558d |
1 2 3 4 5 6 7 8 |
# Use specific python image
FROM registry.hf.space/sparse-generative-ai-open-moe-llm-leaderboard:latest
RUN pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ moe-infinity --no-cache-dir
# To fix pydantic version
RUN pip install pydantic==2.6.4 --no-cache-dir
# To fix selfcheck (selfchatgpt) dataset missing
RUN python -m spacy download en |