Skip to content

Commit

Permalink
fix: remove apt-get related
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKai42 committed Dec 31, 2024
1 parent 3670d3f commit 1167f9e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ 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 system dependencies to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
expat=2.2.9-1ubuntu0.8 \
libexpat1=2.2.9-1ubuntu0.8 \
libexpat1-dev=2.2.9-1ubuntu0.8 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down
8 changes: 0 additions & 8 deletions assets/designer/environments/designer-cv/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ 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 system dependencies to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
expat=2.2.9-1ubuntu0.8 \
libexpat1=2.2.9-1ubuntu0.8 \
libexpat1-dev=2.2.9-1ubuntu0.8 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down
8 changes: 0 additions & 8 deletions assets/designer/environments/designer-io/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ 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 system dependencies to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
expat=2.2.9-1ubuntu0.8 \
libexpat1=2.2.9-1ubuntu0.8 \
libexpat1-dev=2.2.9-1ubuntu0.8 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ 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 system dependencies to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
expat=2.2.9-1ubuntu0.8 \
libexpat1=2.2.9-1ubuntu0.8 \
libexpat1-dev=2.2.9-1ubuntu0.8 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ 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 system dependencies to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
expat=2.2.9-1ubuntu0.8 \
libexpat1=2.2.9-1ubuntu0.8 \
libexpat1-dev=2.2.9-1ubuntu0.8 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down
8 changes: 0 additions & 8 deletions assets/designer/environments/designer-r/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ 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 system dependencies to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
expat=2.2.9-1ubuntu0.8 \
libexpat1=2.2.9-1ubuntu0.8 \
libexpat1-dev=2.2.9-1ubuntu0.8 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ 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 system dependencies to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
expat=2.2.9-1ubuntu0.8 \
libexpat1=2.2.9-1ubuntu0.8 \
libexpat1-dev=2.2.9-1ubuntu0.8 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ 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 system dependencies to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
expat=2.2.9-1ubuntu0.8 \
libexpat1=2.2.9-1ubuntu0.8 \
libexpat1-dev=2.2.9-1ubuntu0.8 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ 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 system dependencies to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
expat=2.2.9-1ubuntu0.8 \
libexpat1=2.2.9-1ubuntu0.8 \
libexpat1-dev=2.2.9-1ubuntu0.8 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down
8 changes: 0 additions & 8 deletions assets/designer/environments/designer/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ 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 system dependencies to fix vulnerability
RUN apt-get update && \
apt-get install -y --no-install-recommends \
expat=2.2.9-1ubuntu0.8 \
libexpat1=2.2.9-1ubuntu0.8 \
libexpat1-dev=2.2.9-1ubuntu0.8 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Create conda environment
COPY conda_dependencies.yaml .
Expand Down

0 comments on commit 1167f9e

Please sign in to comment.