We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c029899 commit f554aa4Copy full SHA for f554aa4
Dockerfile
@@ -10,7 +10,7 @@ ENV LANG C.UTF-8
10
WORKDIR /
11
USER root
12
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 | \
+RUN curl --location https://github.com/zinggAI/zingg/releases/download/v0.4.0/zingg-0.4.0-spark-3.5.0.tar.gz | \
14
tar --extract --gzip --strip=1
15
RUN pip install -r python/requirements.txt
16
RUN pip install zingg
0 commit comments