Skip to content

Commit

Permalink
Add pytorch-gpu for security patching (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaquib authored Mar 11, 2024
1 parent d3a2e13 commit 87d3190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serving/docker/scripts/security_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ IMAGE_NAME=$1

apt-get update

if [[ "$IMAGE_NAME" == "deepspeed" ]]; then
if [[ "$IMAGE_NAME" == "deepspeed" ]] || \
[[ "$IMAGE_NAME" == "pytorch-gpu" ]]; then
apt-get upgrade -y dpkg openssl curl libssl3
elif [[ "$IMAGE_NAME" == "cpu" ]]; then
apt-get upgrade -y libpcre2-8-0 libdbus-1-3 curl
Expand Down

0 comments on commit 87d3190

Please sign in to comment.