Skip to content

Commit cb2021a

Browse files
Remove instalação duplicada de deps
1 parent 77d3aa3 commit cb2021a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

compose/local/django/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ RUN apt-get update && \
2727
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 50 && \
2828
apt-get clean && rm -rf /var/lib/apt/lists/*
2929

30-
# Instalar ninja-build y cmake
31-
RUN apt-get install -y ninja-build cmake
32-
3330
# Actualizar pip, setuptools y wheel antes de instalar dependencias
3431
RUN python -m pip install --upgrade pip setuptools wheel
3532

compose/local/django/Dockerfile.llama

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ RUN apt-get update && \
2727
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 50 && \
2828
apt-get clean && rm -rf /var/lib/apt/lists/*
2929

30-
# Instalar ninja-build y cmake
31-
RUN apt-get install -y ninja-build cmake
32-
3330
# Configurar variables de entorno para compilar con BLAS y SIMD condicionalmente
3431
ARG ENABLE_OPTIMIZATIONS=true
3532
ENV CFLAGS="${ENABLE_OPTIMIZATIONS:+-mfma -mavx2}" \

0 commit comments

Comments
 (0)