Skip to content

Commit 77cb6eb

Browse files
authored
fixes mednist_classifier_bentoml.ipynb (#793)
Signed-off-by: Wenqi Li <[email protected]>
1 parent 9cdcea7 commit 77cb6eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/bentoml/mednist_classifier_bentoml.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"outputs": [],
2424
"source": [
2525
"!python -c \"import monai\" || pip install -q \"monai-weekly[pillow, tqdm]\"\n",
26-
"!python -c \"import bentoml\" || pip install -q bentoml"
26+
"!pip install -q bentoml==0.13.1"
2727
]
2828
},
2929
{
@@ -621,7 +621,7 @@
621621
],
622622
"metadata": {
623623
"kernelspec": {
624-
"display_name": "Python 3",
624+
"display_name": "Python 3 (ipykernel)",
625625
"language": "python",
626626
"name": "python3"
627627
},

0 commit comments

Comments
 (0)