Update RabbitMQ host configuration and enhance Dockerfiles with dnf plugins

This commit is contained in:
okd
2025-06-05 01:51:13 +02:00
parent 9f674a3518
commit 045910c72d
5 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ WORKDIR /app
# Instalar dependencias del sistema necesarias para PyTorch y Whisper
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
dnf install -y dnf-plugins-core && \
dnf config-manager --set-enabled crb && \
dnf install -y gcc-c++ make ffmpeg && \
dnf clean all