Skip to content

Commit

Permalink
Update sklearn_spacy_text_classifier_example.ipynb
Browse files Browse the repository at this point in the history
Missing `",` at line 460, rendered notebook unusable without it
  • Loading branch information
Syakyr authored and seldondev committed Sep 29, 2020
1 parent c0fac06 commit 4b29994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"FROM seldonio/seldon-core-s2i-python3:1.3.0-dev
"FROM seldonio/seldon-core-s2i-python3:1.3.0-dev",
"\n",
"RUN pip install spacy\n",
"RUN python -m spacy download en_core_web_sm\n"
Expand Down

0 comments on commit 4b29994

Please sign in to comment.