llama-cpp-python-djs-bot/server/Dockerfile
2023-05-08 19:10:15 -07:00

11 lines
224 B
Docker

FROM python:bullseye
RUN apt-get update; \
apt-get install -y --no-install-recommends \
build-essential
WORKDIR /usr/src/app
RUN pip install --no-cache-dir llama-cpp-python[server]
CMD python3 -m llama_cpp.server