Skip to content

Commit

Permalink
fix: pillow version (#8)
Browse files Browse the repository at this point in the history
* fix: use path image torch encoder

I guess that the path `git clone https://github.com/jina-ai/executor-text-paddle.git` was incorrect

* fix: use older pillow version
  • Loading branch information
davidbp committed Jul 5, 2021
1 parent e97c06b commit 74e0823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ f = Flow().add(uses=ImageTorchEncoder)
### 🐳 Via Docker
1. Clone the repo and build the docker image
```bash
git clone https://github.com/jina-ai/executor-text-paddle.git
git clone https://github.com/jina-ai/executor-image-torch-encoder/

cd executor-image-torch-encoder
docker build -t jinahub-image-torch-encoder .
```
Expand Down
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pillow==8.2
pytest==6.2.4
pytest-mock==3.6.1
pytest-lazy-fixture==0.6.3
git+https://github.com/jina-ai/jina.git@v2.0.0#egg=jina[hub]
git+https://github.com/jina-ai/jina.git@v2.0.0#egg=jina[hub]

0 comments on commit 74e0823

Please sign in to comment.