llama-cpp-python-djs-bot/server/Dockerfile

11 lines
234 B
Docker

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