Skip to content

Commit

Permalink
feat: upgrade deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKai42 committed Jan 2, 2025
1 parent adf6adb commit 47ffcff
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 20 deletions.
2 changes: 1 addition & 1 deletion assets/designer/environments/component/context/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}

WORKDIR /

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
# update to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.81.0-1ubuntu1.20 && \
linux-libc-dev=5.4.0 && \
curl=7.68.0-1ubuntu2.25 && \
linux-libc-dev=5.4.0-204.224 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 2 additions & 2 deletions assets/designer/environments/designer-cv/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
# update to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.81.0-1ubuntu1.20 && \
linux-libc-dev=5.4.0 && \
curl=7.68.0-1ubuntu2.25 && \
linux-libc-dev=5.4.0-204.224 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 2 additions & 2 deletions assets/designer/environments/designer-io/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
# update to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.81.0-1ubuntu1.20 && \
linux-libc-dev=5.4.0 && \
curl=7.68.0-1ubuntu2.25 && \
linux-libc-dev=5.4.0-204.224 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
# update to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.81.0-1ubuntu1.20 && \
linux-libc-dev=5.4.0 && \
curl=7.68.0-1ubuntu2.25 && \
linux-libc-dev=5.4.0-204.224 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
# update to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.81.0-1ubuntu1.20 && \
linux-libc-dev=5.4.0 && \
curl=7.68.0-1ubuntu2.25 && \
linux-libc-dev=5.4.0-204.224 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 2 additions & 2 deletions assets/designer/environments/designer-r/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
# update to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.81.0-1ubuntu1.20 && \
linux-libc-dev=5.4.0 && \
curl=7.68.0-1ubuntu2.25 && \
linux-libc-dev=5.4.0-204.224 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
# update to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.81.0-1ubuntu1.20 && \
linux-libc-dev=5.4.0 && \
curl=7.68.0-1ubuntu2.25 && \
linux-libc-dev=5.4.0-204.224 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
# update to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.81.0-1ubuntu1.20 && \
linux-libc-dev=5.4.0 && \
curl=7.68.0-1ubuntu2.25 && \
linux-libc-dev=5.4.0-204.224 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
# update to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.81.0-1ubuntu1.20 && \
linux-libc-dev=5.4.0 && \
curl=7.68.0-1ubuntu2.25 && \
linux-libc-dev=5.4.0-204.224 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
9 changes: 8 additions & 1 deletion assets/designer/environments/designer/context/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}

WORKDIR /

Expand All @@ -9,6 +9,13 @@ ENV PATH=$CONDA_PREFIX/bin:$PATH
# This is needed for mpi to locate libpython
ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH

# update to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 && \
linux-libc-dev=5.4.0-204.224 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down

0 comments on commit 47ffcff

Please sign in to comment.