File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ RUN wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-
89
89
90
90
# install python packages necessary to use the language resources install script
91
91
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"
93
93
94
94
# install English and French UD models
95
95
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then lima_models.py -l english ; fi"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ ENV LIMA_CONF /usr/share/config/lima
65
65
ENV LIMA_RESOURCES /root/.lima/resources/:/usr/share/apps/lima/resources
66
66
67
67
# 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
69
69
70
70
# install English and French UD models
71
71
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
84
84
RUN /bin/bash -c "set -o pipefail && tvx --language=eng --language=fre test-fre.xmlreader.xml 2>&1 | tee tvx-fre.log"
85
85
86
86
# 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"
88
88
89
89
# install English and French UD models
90
90
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then lima_models.py -l english ; fi"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN /usr/bin/wget https://github.com/aktau/github-release/releases/download/v0.7
90
90
91
91
92
92
# 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"
94
94
95
95
# install English and French UD models
96
96
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then lima_models.py -l english ; fi"
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ RUN /usr/bin/wget https://github.com/aktau/github-release/releases/download/v0.7
89
89
90
90
91
91
# 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"
93
93
94
94
# install English and French UD models
95
95
RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then lima_models.py -l english ; fi"
You can’t perform that action at this time.
0 commit comments