Skip to content

Commit

Permalink
GH140_Configure_auto_build_spark
Browse files Browse the repository at this point in the history
Add select box to jenkins pipeline
  • Loading branch information
546075910 committed Aug 11, 2020
1 parent 4584a69 commit fdc6902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter/SparkOcrDicomDeIdentification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"source": [
"# install from PYPI using secret\n",
"%pip install --upgrade spark-nlp-jsl==2.5.5 --extra-index-url https://pypi.johnsnowlabs.com/$nlp_secret\n",
"%pip install spark-nlp==2.5.5\n",
"%pip install spark-nlp==2.4.5\n",
"%pip install spark-ocr==$version --user --extra-index-url=https://pypi.johnsnowlabs.com/$secret --upgrade"
]
},
Expand Down Expand Up @@ -1251,7 +1251,7 @@
}
],
"source": [
"dicom_path = '././data/dicom/*.dcm'\n",
"dicom_path = '././data/dicom/deidentify-medical-1.dcm'\n",
"dicom_df = spark.read.format(\"binaryFile\").load(dicom_path)\n",
"\n",
"# for image in DicomToImage().transform(dicom_df).collect():\n",
Expand Down

1 comment on commit fdc6902

@review-notebook-app
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Jupyter notebook diffs for this commit on  ReviewNB

You can open a pull request to discuss changes and offer feedback.


Powered by ReviewNB

Please sign in to comment.