Spaces:
Runtime error
Runtime error
Commit
·
3e649dd
1
Parent(s):
ecaae4e
Change DockerFile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use specific python image
|
| 2 |
-
FROM registry.hf.space/sparse-generative-ai-moe-llm-
|
| 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
|