Skip to content

Commit cb133e2

Browse files
committedNov 3, 2021
Switch all ci to arpy instead of unix_ar
1 parent 72a9275 commit cb133e2

4 files changed

+5
-5
lines changed
 

‎continuous_integration/Dockerfile-debian11

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-
8989

9090
# install python packages necessary to use the language resources install script
9191
RUN apt-get install -y python3-pip -qq
92-
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then pip3 install unix_ar requests tqdm ; fi"
92+
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then pip3 install arpy requests tqdm ; fi"
9393

9494
# install English and French UD models
9595
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then lima_models.py -l english ; fi"

‎continuous_integration/Dockerfile-hub-ubuntu18.04

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ENV LIMA_CONF /usr/share/config/lima
6565
ENV LIMA_RESOURCES /root/.lima/resources/:/usr/share/apps/lima/resources
6666

6767
# install python packages necessary to use the language resources install script
68-
RUN pip3 install unix_ar requests tqdm
68+
RUN pip3 install arpy requests tqdm
6969

7070
# install English and French UD models
7171
RUN /src/lima/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/scripts/lima_models.py -l english
@@ -84,7 +84,7 @@ WORKDIR /usr/share/apps/lima/tests/xmlreader
8484
RUN /bin/bash -c "set -o pipefail && tvx --language=eng --language=fre test-fre.xmlreader.xml 2>&1 | tee tvx-fre.log"
8585

8686
# install python packages necessary to use the language resources install script
87-
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then pip3 install unix_ar requests tqdm ; fi"
87+
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then pip3 install arpy requests tqdm ; fi"
8888

8989
# install English and French UD models
9090
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then lima_models.py -l english ; fi"

‎continuous_integration/Dockerfile-travis-ubuntu18.04

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN /usr/bin/wget https://github.com/aktau/github-release/releases/download/v0.7
9090

9191

9292
# install python packages necessary to use the language resources install script
93-
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then pip3 install unix_ar requests tqdm ; fi"
93+
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then pip3 install arpy requests tqdm ; fi"
9494

9595
# install English and French UD models
9696
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then lima_models.py -l english ; fi"

‎continuous_integration/Dockerfile-travis-ubuntu20.04

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN /usr/bin/wget https://github.com/aktau/github-release/releases/download/v0.7
8989

9090

9191
# install python packages necessary to use the language resources install script
92-
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then pip3 install unix_ar requests tqdm ; fi"
92+
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then pip3 install arpy requests tqdm ; fi"
9393

9494
# install English and French UD models
9595
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then lima_models.py -l english ; fi"

0 commit comments

Comments
 (0)
Please sign in to comment.