Spaces:
Sleeping
Sleeping
FROM ollama/ollama:latest | |
RUN ollama list | |
RUN apt update && apt install -y python3 && apt install -y python3-pip | |
RUN pip3 install litellm | |
RUN pip3 install 'litellm[proxy]' | |
ENTRYPOINT ["litellm", "--model", "ollama/mistral:instruct"] |