Unverified Commit b63a6853 authored by takatost's avatar takatost Committed by GitHub

feat: set transformers offline default true (#1143)

parent 877da82b
......@@ -16,6 +16,7 @@ FROM python:3.10-slim AS builder
ENV FLASK_APP app.py
ENV EDITION SELF_HOSTED
ENV DEPLOY_ENV PRODUCTION
ENV TRANSFORMERS_OFFLINE true
ENV CONSOLE_API_URL http://127.0.0.1:5001
ENV CONSOLE_WEB_URL http://127.0.0.1:3000
ENV SERVICE_API_URL http://127.0.0.1:5001
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment