Skip to content

Commit f2ccb99

Browse files
committed
Updated the mednist notebooks adding the dependencies of pydicom and highdicom.
Signed-off-by: M Q <[email protected]>
1 parent f62199b commit f2ccb99

File tree

3 files changed

+1953
-138
lines changed

3 files changed

+1953
-138
lines changed

examples/apps/mednist_classifier_monaideploy/mednist_classifier_monaideploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def compute(self, op_input: InputContext, op_output: OutputContext, context: Exe
9595

9696

9797
@md.resource(cpu=1, gpu=1, memory="1Gi")
98+
@md.env(pip_packages=["pydicom >= 2.3.0", "highdicom>=0.18.2"])
9899
class App(Application):
99100
"""Application class for the MedNIST classifier."""
100101

0 commit comments

Comments
 (0)