Skip to content

Commit 2ccf80c

Browse files
authored
Merge pull request #614 from mlrun/1.6.x-dev
[mask detection] fixing cannot import name 'builder' from 'google.protobuf.internal'
2 parents c5a4a45 + e1380d0 commit 2ccf80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mask-detection/1-training-and-evaluation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"outputs": [],
109109
"source": [
110110
"if framework=='tf-keras':\n",
111-
" commands = ['pip install tensorflow~=2.9.0',\n",
111+
" commands = ['pip install tensorflow~=2.9.0 mlrun',\n",
112112
" 'pip install horovod==0.25.0']\n",
113113
" builder_env = {'HOROVOD_WITH_MPI':'1', 'HOROVOD_WITH_TENSORFLOW':'1'}\n",
114114
"else:\n",

0 commit comments

Comments
 (0)