This commit is contained in:
@@ -30,7 +30,7 @@ ENV DEBUG=false
|
||||
# 安装依赖
|
||||
# =============================================================================
|
||||
# 复制本地模型文件到镜像
|
||||
COPY models/*.whl /tmp/models/
|
||||
COPY docker/models/*.whl /tmp/models/
|
||||
|
||||
# 安装
|
||||
RUN pip install --no-cache-dir /tmp/models/*.whl && \
|
||||
|
||||
Reference in New Issue
Block a user