-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #305 from navinrathore/zRelease0.3.4
release 0.3.4
- Loading branch information
Showing
7 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
FROM docker.io/bitnami/spark:3.1.2 | ||
ENV SPARK_MASTER local[*] | ||
ENV ZINGG_HOME /zingg-0.3.3-SNAPSHOT | ||
ENV ZINGG_HOME /zingg-0.3.4-SNAPSHOT | ||
ENV PATH $ZINGG_HOME/scripts:$PATH | ||
ENV LANG C.UTF-8 | ||
WORKDIR / | ||
USER root | ||
WORKDIR /zingg-0.3.3-SNAPSHOT | ||
RUN curl --location https://github.com/zinggAI/zingg/releases/download/v0.3.3/zingg-0.3.3-SNAPSHOT-spark-3.1.2.tar.gz | \ | ||
WORKDIR /zingg-0.3.4-SNAPSHOT | ||
RUN curl --location https://github.com/zinggAI/zingg/releases/download/v0.3.4/zingg-0.3.4-SNAPSHOT-spark-3.1.2.tar.gz | \ | ||
tar --extract --gzip --strip=1 | ||
RUN chmod -R a+rwx /zingg-0.3.3-SNAPSHOT/models | ||
RUN chown -R 1001 /zingg-0.3.3-SNAPSHOT/models | ||
RUN chmod -R a+rwx /zingg-0.3.4-SNAPSHOT/models | ||
RUN chown -R 1001 /zingg-0.3.4-SNAPSHOT/models | ||
USER 1001 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
#ZINGG_HOME=./assembly/target | ||
ZINGG_JARS=$ZINGG_HOME/zingg-0.3.3-SNAPSHOT.jar | ||
ZINGG_JARS=$ZINGG_HOME/zingg-0.3.4-SNAPSHOT.jar | ||
[email protected] | ||
LICENSE="test" | ||
# Dictionary of phases written in python | ||
|