Skip to content

Commit 64ef1f2

Browse files
committed
Error in apt install command
1 parent 93f48e6 commit 64ef1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous_integration/Dockerfile-debian12

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN install -D -t /usr/share/apps/lima/packages /src/lima/build/*.deb
8181
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
8282

8383
# 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"
8585

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

0 commit comments

Comments
 (0)