Skip to content

Commit

Permalink
Merge branch 'main' into ankush/eval/fix_env_vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushbhatia2 authored Dec 16, 2024
2 parents 1ac2cd2 + 437313f commit 3893f82
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 3893f82

Please sign in to comment.