Skip to content

Commit

Permalink
changed Docker spark version
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Jan 1, 2024
1 parent c029899 commit f554aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -10,7 +10,7 @@ ENV LANG C.UTF-8
WORKDIR /
USER root
WORKDIR /zingg-0.4.0
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 | \
tar --extract --gzip --strip=1
RUN pip install -r python/requirements.txt
RUN pip install zingg
Expand Down

0 comments on commit f554aa4

Please sign in to comment.