Skip to content

Commit 25a338d

Browse files
committed
rename notebooks for databricks
1 parent 07a45ae commit 25a338d

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV LANG C.UTF-8
1010
WORKDIR /
1111
USER root
1212
WORKDIR /zingg-0.6.0
13-
RUN curl --location https://github.com/zinggAI/zingg/releases/download/v0.6.0/zingg-0.6.0-spark-3.5.0.tar.gz | \
13+
RUN curl --location https://github.com/zinggAI/zingg/releases/download/v0.6.0/zingg-0.6.0-spark-3.5.5.tar.gz | \
1414
tar --extract --gzip --strip=1
1515
RUN pip install -r python/requirements.txt
1616
RUN pip install zingg
File renamed without changes.

examples/databricks/02-LabelTrainingData.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
},
7676
"source": [
77-
"%run ./01-SettingUp-ZinggNew"
77+
"%run ./01-SettingUp-Zingg"
7878
],
7979
"outputs": [],
8080
"execution_count": null

examples/databricks/03-TrainAndMatch.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151
},
5252
"source": [
53-
"%run ./01-SettingUp-ZinggNew\n"
53+
"%run ./01-SettingUp-Zingg\n"
5454
],
5555
"outputs": [],
5656
"execution_count": null

examples/databricks/04-GenerateDocument.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"source": [
56-
"%run ./01-SettingUp-ZinggNew"
56+
"%run ./01-SettingUp-Zingg"
5757
],
5858
"outputs": [],
5959
"execution_count": null

0 commit comments

Comments
 (0)