File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff 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
3431RUN python -m pip install --upgrade pip setuptools wheel
3532
Original file line number Diff line number Diff 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
3431ARG ENABLE_OPTIMIZATIONS=true
3532ENV CFLAGS="${ENABLE_OPTIMIZATIONS:+-mfma -mavx2}" \
You can’t perform that action at this time.
0 commit comments