We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6063e4a commit 38b3062Copy full SHA for 38b3062
docker/Dockerfile.armhf
@@ -34,7 +34,7 @@ COPY build_helpers/* /tmp/
34
# Install dependencies
35
COPY --chown=ftuser:ftuser requirements.txt /freqtrade/
36
USER ftuser
37
-RUN pip install --user --no-cache-dir "numpy<3.0" \
+RUN pip install --user --prefer-binary --no-cache-dir "numpy<3.0" build \
38
&& pip install --user --no-index --find-links /tmp/ pyarrow TA-Lib \
39
&& pip install --user --no-cache-dir -r requirements.txt
40
0 commit comments