Skip to content

Commit

Permalink
Correct pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 9, 2024
1 parent aad9a40 commit e10038d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ENV NLTK_PTB_DP_FILE=/nltk_data/corpora/dependency_treebank/nltk-ptb.dp \
# Some models are necessary for unit tests to work, let's use a previous
# version of lima-python to install them
RUN wget -q https://github.com/aymara/lima-python/releases/download/continuous/aymara-0.5.0b6-cp37-abi3-manylinux_2_28_x86_64.whl
RUN pip install -y ./aymara-0.5.0b6-cp37-abi3-manylinux_2_28_x86_64.whl
RUN pip install ./aymara-0.5.0b6-cp37-abi3-manylinux_2_28_x86_64.whl
RUN lima_models -i eng
RUN deeplima_models -i UD_English-EWT
RUN pip uninstall -y aymara
Expand Down

0 comments on commit e10038d

Please sign in to comment.