Skip to content

Commit

Permalink
docker 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Jan 2, 2022
1 parent b957b87 commit 821ba22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ USER root
WORKDIR /zingg-0.3.1-SNAPSHOT
RUN curl --location https://github.com/zinggAI/zingg/releases/download/v0.3.1/zingg-0.3.1-SNAPSHOT-spark-3.1.2.tar.gz | \
tar --extract --gzip --strip=1
RUN chmod -R +rwx /zingg-0.3.1-SNAPSHOT/models
#RUN chmod +x zingg-0.3.0-SNAPSHOT-spark-3.0.3.tar.gz
#RUN tar --extract --gzip --strip=1 /tmp/zingg-0.3.0-SNAPSHOT-spark-3.0.3.tar.gz
RUN chmod -R a+rwx /zingg-0.3.1-SNAPSHOT/models
RUN chown -R 1001 /zingg-0.3.1-SNAPSHOT/models
USER 1001

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ See Zingg in action [here](https://www.youtube.com/watch?v=zOabyZxN9b0)
## Getting Started
The easiest way to get started with Zingg is through Docker and by running the prebuilt models.
```
docker pull zingg/zingg:0.3.0
docker run -it zingg/zingg:0.3.0 bash
docker pull zingg/zingg:0.3.1
docker run -it zingg/zingg:0.3.1 bash
./scripts/zingg.sh --phase match examples/febrl/config.json
```

Expand Down

0 comments on commit 821ba22

Please sign in to comment.