Update all files

This commit is contained in:
Mistral Vibe
2026-03-29 20:44:23 +02:00
parent 19a119ace2
commit f7a07ba05e
9 changed files with 2084 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
# Stage 1: Essentia builder
# Essentia doesn't have wheels for Python 3.12 yet; we use the official image
# and copy the bindings into our final stage via a bind mount.
FROM mtgupf/essentia:latest AS essentia-builder
FROM docker.io/mtgupf/essentia:latest AS essentia-builder
FROM python:3.12-slim AS base
WORKDIR /app