remove duplicate wheel build
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 11 Jul 2023 00:10:36 +0000 (02:10 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 11 Jul 2023 00:10:36 +0000 (02:10 +0200)
Dockerfile

index ecba7d05425e736aa9fb410db13cb2a70f3536a5..1d422e7f867ddcf5bc23d38cbb051068046cbc81 100644 (file)
@@ -30,11 +30,6 @@ RUN set -x \
     && pip install build maturin \
     && pip wheel -r requirements_all.txt
 
-# build music assistant wheel
-COPY music_assistant music_assistant
-COPY pyproject.toml .
-COPY MANIFEST.in .
-RUN python3 -m build --wheel --outdir /wheels --skip-dependency-check
 
 #####################################################################
 #                                                                   #