File size: 136 Bytes
5132ddc
4f52154
ae8a5a1
4f52154
ae8a5a1
733450a
1
2
3
4
5
6
FROM ghcr.io/embeddings-benchmark/mteb/leaderboard:latest

ENV GRADIO_SERVER_NAME="0.0.0.0"
EXPOSE 7860

CMD ["make", "run-leaderboard"]