Yaofu3's picture
add dockerfile
1b1558d
raw
history blame
No virus
377 Bytes
# Use specific python image
FROM registry.hf.space/pingandpasquale-moe-llm-gpu-poor-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