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 3e14c26 commit a6d2bc5Copy full SHA for a6d2bc5
docker/Dockerfile.armhf
@@ -34,8 +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 --prefer-binary --no-cache-dir "numpy<3.0" build \
38
- && pip install --user --no-index --find-links /tmp/ pyarrow TA-Lib \
+RUN pip install --user --only-binary=:all: --find-links /tmp/ pyarrow TA-Lib \
39
&& pip install --user --no-cache-dir -r requirements.txt
40
41
# Copy dependencies to runtime-image
0 commit comments