Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-10-13 00:41:42 +02:00
padre a82b1d8678
commit e0fb6970c0
Se han modificado 6 ficheros con 40 adiciones y 13 borrados

Ver fichero

@@ -52,9 +52,6 @@ WORKDIR /app
# Copy application files
COPY . .
# Copy HDH library (assuming it's in the parent directory)
COPY ../HDH ./HDH
# Install HDH library
RUN pip install -e ./HDH
@@ -83,4 +80,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
VOLUME ["/app/hdh_results", "/app/benchmark_results", "/app/logs"]
# Default command
CMD ["python", "main.py", "--demo-mode", "--output-dir", "/app/hdh_results"]
CMD ["python", "main.py", "--demo-mode", "--output-dir", "/app/hdh_results"]