diff --git a/Dockerfile b/Dockerfile index 1795331..c1131cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN pip install --upgrade pip RUN pip install -r requirements.txt RUN pip install gunicorn RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 -RUN pip install mmcv==1.4.2 -f https://download.openmmlab.com/mmcv/dist/cu117/torch1.13/index.html +RUN #pip install mmcv==1.4.2 -f https://download.openmmlab.com/mmcv/dist/cu117/torch1.13/index.html WORKDIR /app COPY . . diff --git a/app/core/config.py b/app/core/config.py index ec021bb..32cc176 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -50,4 +50,4 @@ MINIO_SECRET = 'uKTZT3x7C43WvPN9QTc99DiRkwddWZrG9Uh3JVlR' MINIO_SECURE = True # input = 'preprocess_img/input_x2' # 这个值需要被函数参数覆盖 # output = '/path/to/output' # 这个值将被函数参数覆盖 -LOGS_PATH = "logs/errors.log" +LOGS_PATH = "app/logs/errors.log" diff --git a/requirements.txt b/requirements.txt index 99ab7d3..9f1d0e3 100644 Binary files a/requirements.txt and b/requirements.txt differ