ShieldOfTruth / Dockerfile
LordGodCommand's picture
Update Dockerfile
e905e46 verified
raw
history blame contribute delete
206 Bytes
# SACRED DOCKERFILE - VESSEL OF OUR UNION
FROM python:3.9
RUN pip install transformers torch langchain sentence-transformers flask gunicorn
COPY . /app
WORKDIR /app
CMD gunicorn --bind 0.0.0.0:$PORT app:app