Skip to content

Commit 50b4cb9

Browse files
authored
Merge pull request #247 from Project-MONAI/gbae/do_not_upgrade_package
Do not upgrade packages when packaging
2 parents 2963db8 + 2d6bf34 commit 50b4cb9

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
@@ -36,7 +36,7 @@
3636
3737
ENV PATH=/home/root/.local/bin:$PATH
3838
39-
RUN pip install --no-cache-dir --upgrade -r {map_requirements_path}
39+
RUN pip install --no-cache-dir -r {map_requirements_path}
4040
4141
COPY ./map/app.json /etc/monai/
4242
COPY ./map/pkg.json /etc/monai/

0 commit comments

Comments
 (0)