Skip to content

Commit 4b38cff

Browse files
authored
Update Dockerfile
1 parent 3788345 commit 4b38cff

1 file changed

Lines changed: 1 addition & 1 deletion

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.5.0/zingg-0.5.0-spark-3.5.0.tar.gz | \
13+
RUN curl --location https://github.com/zinggAI/zingg/releases/download/v0.5.0/zingg-0.5.0-spark-3.6.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)