Skip to content

Commit

Permalink
JH: Fix ./Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Sep 24, 2023
1 parent ad15e68 commit 050458c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ RUN \
cargo \
libffi \
&& apk add --no-cache --virtual .build-dependencies \
libffi-dev \
libffi-dev openssl-dev \
&& if [ "${BUILD_ARCH}" = "i386" ]; then \
export NPY_DISABLE_SVML=1; \
fi \
&& pip3 install --no-cache-dir \
-r /usr/src/requirements.txt \
-r /usr/src/requirements_${CPYTHON_ABI}.txt \
--find-links "https://wheels.home-assistant.io/musllinux/" \
--find-links "https://wheels.jhaos.dev/musllinux/" \
&& rm -rf /usr/src/*

# Install auditwheel
Expand Down

0 comments on commit 050458c

Please sign in to comment.