Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/27
@ -18,6 +18,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN rm -rf /app/config.py
COPY . .
RUN mkdir -p /opt/alert/model-lab \