Translateplus / Dockerfile
Smartlizardpy's picture
Update Dockerfile
4aa45ba verified
raw
history blame contribute delete
223 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,tr"
ENTRYPOINT ["/app/venv/bin/libretranslate"]