libretranslate / Dockerfile
jeff86's picture
Update Dockerfile
272a3fc verified
raw
history blame contribute delete
236 Bytes
FROM libretranslate/libretranslate
USER root
RUN mkdir -p /.local && chmod 777 /.local /app/db
ENV LT_HOST="0.0.0.0"
ENV LT_PORT="7860"
ENV LT_LOAD_ONLY="en,es,de,fr,ru,zh"
ENV LT_SSL=True
ENTRYPOINT ["/app/venv/bin/libretranslate"]