Skip to content

Commit fdc6902

Browse files
author
546075910
committed
GH140_Configure_auto_build_spark
Add select box to jenkins pipeline
1 parent 4584a69 commit fdc6902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter/SparkOcrDicomDeIdentification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"source": [
8181
"# install from PYPI using secret\n",
8282
"%pip install --upgrade spark-nlp-jsl==2.5.5 --extra-index-url https://pypi.johnsnowlabs.com/$nlp_secret\n",
83-
"%pip install spark-nlp==2.5.5\n",
83+
"%pip install spark-nlp==2.4.5\n",
8484
"%pip install spark-ocr==$version --user --extra-index-url=https://pypi.johnsnowlabs.com/$secret --upgrade"
8585
]
8686
},
@@ -1251,7 +1251,7 @@
12511251
}
12521252
],
12531253
"source": [
1254-
"dicom_path = '././data/dicom/*.dcm'\n",
1254+
"dicom_path = '././data/dicom/deidentify-medical-1.dcm'\n",
12551255
"dicom_df = spark.read.format(\"binaryFile\").load(dicom_path)\n",
12561256
"\n",
12571257
"# for image in DicomToImage().transform(dicom_df).collect():\n",

0 commit comments

Comments
 (0)