Falln87's picture
Update Dockerfile
94149ee verified
raw
history blame
182 Bytes
FROM ghcr.io/huggingface/text-generation-inference:latest
COPY . /app
WORKDIR /app
EXPOSE 80
CMD ["text-generation-inference", "--model-id", "mistralai/Mistral-7B-Instruct-v0.1"]