A collection of LLM inference providers and models 🐈
1FROM alpine 2COPY catwalk /usr/bin/catwalk 3EXPOSE 8080 4CMD ["/usr/bin/catwalk"]