ai / Dockerfile
drfy's picture
Update Dockerfile
5cb286b verified
raw
history blame contribute delete
349 Bytes
FROM fossandroid/openwebui:latest
ENV PGSSLCERT=/tmp/postgresql.crt
ENV TRANSFORMERS_CACHE=/app/cache
ENV SCARF_NO_ANALYTICS=true
ENV DO_NOT_TRACK=true
ENV ENABLE_SIGNUP=false
ENV DEFAULT_USER_ROLE=user
ENV DEFAULT_MODELS=flash
ENV WEBUI_NAME=Drfy
ENV ENABLE_IMAGE_GENERATION=True
ENV ENABLE_COMMUNITY_SHARING=false
ENV TZ Asia/Shanghai