Skip to content

Commit

Permalink
Error in apt install command
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed Apr 29, 2024
1 parent 93f48e6 commit 64ef1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/Dockerfile-debian12
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN install -D -t /usr/share/apps/lima/packages /src/lima/build/*.deb
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

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

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

0 comments on commit 64ef1f2

Please sign in to comment.