midi-ddsp / Dockerfile

Commit History

fix: pin note_seq==0.0.3, drop tensorflow-datasets (training only) to escape protobuf triangle
8f0d95a

vedmistry commited on

fix: use protobuf==4.26.1 to satisfy both TF builder and pb2 runtime_version needs
ad4ca78

vedmistry commited on

fix: patch ddsp cloud import to avoid protobuf conflict, drop google-cloud-storage
5084ce8

vedmistry commited on

fix: add google-cloud-storage and apache-beam (remaining ddsp deps)
30eb14a

vedmistry commited on

fix: quote version specifiers in RUN pip install to fix shell syntax error
4628693

vedmistry commited on

fix: add all ddsp deps from setup.py to avoid whack-a-mole missing modules
9c84d41

vedmistry commited on

fix: add gin-config (missed ddsp dep)
cdddafa

vedmistry commited on

fix: force-reinstall numpy==1.23.5 at end to fix TF bfloat16 error
9cc1588

vedmistry commited on

fix: force-reinstall protobuf==3.20.3 at end to prevent upgrade by note-seq/gradio
51bf7a3

vedmistry commited on

fix: pin protobuf==3.20.3 for tensorflow-cpu==2.12.0 compatibility
53c1fc0

vedmistry commited on

fix: add tensorflow-cpu==2.12.0 (missed due to ddsp --no-deps)
1147ac2

vedmistry commited on

fix: install midi-ddsp --no-deps with cleared constraint to bypass numba conflict
921b398

vedmistry commited on

fix: install each dep separately to avoid pip resolution-too-deep
18013bc

vedmistry commited on

fix: pre-install crepe with --no-build-isolation for pkg_resources
e0b68b9

vedmistry commited on

fix: use pip constraints file to pin numba/llvmlite globally
f917b0c

vedmistry commited on

fix: install crepe with --no-build-isolation to get pkg_resources
d88aa7c

vedmistry commited on

fix: numba/ddsp compat via BeatNet pattern - numba 0.57 pre-built wheel
3dcae4b

vedmistry commited on

use python 3.10 for gradio 5 compatibility
1db6498

vedmistry commited on

initial MIDI-DDSP HARP deployment
aa34f54

vedmistry commited on