Skip to content

Commit

Permalink
Update docker_build_script_ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
achraf-mer authored Apr 9, 2024
1 parent 516801d commit ab89711
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docker_build_script_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,13 @@ rm -rf /workspace/helm
rm -rf /workspace/notebooks
rm -rf /workspace/papers







# Hotswap vulnerable dependencies
wget https://s3.amazonaws.com/artifacts.h2o.ai/deps/h2ogpt/ubuntu20.04/apparmor_4.0.0~alpha2-0ubuntu5_amd64.deb
wget https://s3.amazonaws.com/artifacts.h2o.ai/deps/h2ogpt/ubuntu20.04/libapparmor1_4.0.0~alpha2-0ubuntu5_amd64.deb
dpkg -i libapparmor1_4.0.0~alpha2-0ubuntu5_amd64.deb
dpkg -i apparmor_4.0.0~alpha2-0ubuntu5_amd64.deb
rm -rf libapparmor1_4*.deb apparmor_4*.deb

wget https://s3.amazonaws.com/artifacts.h2o.ai/deps/h2ogpt/ubuntu20.04/libarchive13_3.6.2-1ubuntu1_amd64.deb
dpkg -i libarchive13_3.6.2-1ubuntu1_amd64.deb
rm -rf libarchive13_3.6.2-1ubuntu1_amd64.deb

0 comments on commit ab89711

Please sign in to comment.