Skip to content

Commit 2d6bf34

Browse files
committed
Do not upgrade packages when packaging
Signed-off-by: Gigon Bae <gbae@nvidia.com>
1 parent 9e499ae commit 2d6bf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/deploy/packager/templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
USER monai
4242
ENV PATH=/home/monai/.local/bin:$PATH
4343
44-
RUN pip install --no-cache-dir --upgrade -r {map_requirements_path}
44+
RUN pip install --no-cache-dir -r {map_requirements_path}
4545
4646
# Override monai-deploy-app-sdk module
4747
COPY --chown=monai:monai ./monai-deploy-app-sdk /home/monai/.local/lib/python3.8/site-packages/monai/deploy/

0 commit comments

Comments
 (0)