We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e499ae commit 2d6bf34Copy full SHA for 2d6bf34
monai/deploy/packager/templates.py
@@ -41,7 +41,7 @@
41
USER monai
42
ENV PATH=/home/monai/.local/bin:$PATH
43
44
- RUN pip install --no-cache-dir --upgrade -r {map_requirements_path}
+ RUN pip install --no-cache-dir -r {map_requirements_path}
45
46
# Override monai-deploy-app-sdk module
47
COPY --chown=monai:monai ./monai-deploy-app-sdk /home/monai/.local/lib/python3.8/site-packages/monai/deploy/
0 commit comments