Skip to content

Commit

Permalink
JH Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Oct 11, 2023
1 parent d429cf9 commit a3fb835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ RUN \
apk add --no-cache --virtual .build-dependencies2 \
openblas-dev \
&& pip3 install --no-cache-dir \
--extra-index-url "https://wheels.home-assistant.io/musllinux-index/" \
--extra-index-url "https://wheels.iot.jethome.ru/musllinux-index/" \
git+https://github.com/scikit-build/ninja-python-distributions.git@89b1a02be6b47919c4da3daad06f2a020a16cc7f \
&& pip3 install --no-cache-dir \
--extra-index-url "https://wheels.home-assistant.io/musllinux-index/" \
--extra-index-url "https://wheels.iot.jethome.ru/musllinux-index/" \
Cython packaging patchelf pyproject-metadata setuptools \
&& pip3 install --no-cache-dir \
--no-build-isolation \
--extra-index-url "https://wheels.home-assistant.io/musllinux-index/" \
--extra-index-url "https://wheels.iot.jethome.ru/musllinux-index/" \
$(cat /usr/src/requirements_${CPYTHON_ABI}.txt | grep numpy); \
fi \
&& pip3 install --no-cache-dir \
Expand Down

0 comments on commit a3fb835

Please sign in to comment.