@@ -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"]
|
||||
|
||||
Referencia en una nueva incidencia
Block a user