AppleSwing commited on
Commit
3e649dd
1 Parent(s): ecaae4e

Change DockerFile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use specific python image
2
- FROM registry.hf.space/sparse-generative-ai-moe-llm-gpu-poor-leaderboard:latest
3
 
4
  RUN pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ moe-infinity --no-cache-dir
5
  # To fix pydantic version
 
1
  # Use specific python image
2
+ FROM registry.hf.space/sparse-generative-ai-open-moe-llm-leaderboard:latest
3
 
4
  RUN pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ moe-infinity --no-cache-dir
5
  # To fix pydantic version