Skip to content

Commit f554aa4

Browse files
committed
changed Docker spark version
1 parent c029899 commit f554aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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.4.0
13-
RUN curl --location https://github.com/zinggAI/zingg/releases/download/v0.4.0/zingg-0.4.0-spark-3.4.0.tar.gz | \
13+
RUN curl --location https://github.com/zinggAI/zingg/releases/download/v0.4.0/zingg-0.4.0-spark-3.5.0.tar.gz | \
1414
tar --extract --gzip --strip=1
1515
RUN pip install -r python/requirements.txt
1616
RUN pip install zingg

0 commit comments

Comments
 (0)