Skip to content

Commit

Permalink
[vFix] : Update expat for vulnerability fix in vision images (#3684)
Browse files Browse the repository at this point in the history
* [vFix] : Update expat for vulnerability fix in vision images

* [Update] : multimodal image ubuntu upgrade
  • Loading branch information
yeshsurya authored Dec 16, 2024
1 parent d9a47cd commit 437313f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch222:{{latest-image-tag:biweekly\.\d{6}\.\d{1}.*}}

USER root
RUN apt-get -y update
RUN apt-get -y update && apt-get install -y expat=2.4.7-1ubuntu0.5

# Install required packages from pypi
COPY requirements.txt .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch222:{{latest-image-tag:biweekly\.\d{6}\.\d{1}.*}}

USER root
RUN apt-get -y update
RUN apt-get -y update && apt-get install -y expat=2.4.7-1ubuntu0.5

# Install required packages from pypi
COPY requirements.txt .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PTCA image
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch222:{{latest-image-tag:biweekly\.\d{6}\.\d{1}.*}}

RUN apt-get -y update
RUN apt-get -y update && apt-get install -y expat=2.4.7-1ubuntu0.5

# Install required packages
COPY requirements.txt .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PTCA image
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2004-cu118-py310-torch222:{{latest-image-tag:biweekly\.\d{6}\.\d{1}.*}}
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch222:{{latest-image-tag:biweekly\.\d{6}\.\d{1}.*}}

USER root
RUN apt-get -y update
RUN apt-get -y update && apt-get install -y expat=2.4.7-1ubuntu0.5

# Install required packages from pypi
COPY requirements.txt .
Expand Down

0 comments on commit 437313f

Please sign in to comment.