Skip to content

Commit

Permalink
Install pycld3 in Docker image (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen authored Nov 9, 2021
1 parent 7d04361 commit 82e55c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN pip install --upgrade pip --no-cache-dir

# Install all optional dependencies:
COPY setup.py README.md LICENSE.txt projects.cfg.dist /Annif/
RUN pip install .[dev,voikko,fasttext,nn,omikuji,vw,yake] --no-cache-dir
RUN pip install .[dev,voikko,pycld3,fasttext,nn,omikuji,vw,yake] --no-cache-dir

# Download nltk data (handle occasional timeout in with 3 tries):
RUN for i in 1 2 3; do python -m nltk.downloader punkt -d /usr/share/nltk_data && break || sleep 1; done
Expand Down

0 comments on commit 82e55c6

Please sign in to comment.