From c6dae91074e435a063c94a36f3e056a4f29a6a30 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Mon, 21 Oct 2024 11:34:44 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=20=20=E6=96=B0=E5=A2=9E=20process=20loo?= =?UTF-8?q?kbooks=20=E6=8E=A5=E5=8F=A3=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 570cfd4..5d35724 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN pip install mmcv==1.4.2 -f https://download.openmmlab.com/mmcv/dist/cu117/to WORKDIR /app COPY . . +RUN mkdir -p app/logs +RUN mkdir -p app/service/lookbooks/temp_lookbooks ENV FLASK_APP=manage.py LABEL maintainer="zchengrong@yeah.net" \ description="My Python 3.9 - trinity mixi " \