Merge branch 'main' of https://git.benoitsz.com/benoit/Audio-Classifier
Some checks failed
Build and Push Docker Images / Build Backend Image (push) Failing after 38s
Build and Push Docker Images / Build Frontend Image (push) Failing after 2m6s

This commit is contained in:
2025-12-23 13:10:37 +01:00
4 changed files with 147 additions and 4 deletions

View File

@@ -48,8 +48,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY src/ ./src/
COPY alembic.ini .
# Copy Essentia models into image
COPY models/ ./models/
COPY src/models/ ./models/
RUN ls -lh /app/models
# Expose port