Commit 64ef1f2 1 parent 93f48e6 commit 64ef1f2 Copy full SHA for 64ef1f2
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ RUN install -D -t /usr/share/apps/lima/packages /src/lima/build/*.deb
81
81
RUN wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 -q && tar xjf linux-amd64-github-release.tar.bz2 && cp bin/linux/amd64/github-release /usr/bin
82
82
83
83
# install python packages necessary to use the language resources install script
84
- RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then apt install python3-arpy python3-requests python3-tqdm ; fi"
84
+ RUN /bin/bash -c "if [ \"$USE_TENSORFLOW\" = true ] ; then apt-get install -y -qq python3-arpy python3-requests python3-tqdm ; fi"
85
85
86
86
# # install English and French UD models
87
87
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