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 0e68de0 commit 7fb7c43Copy full SHA for 7fb7c43
Dockerfile
@@ -36,6 +36,8 @@ ENV LD_LIBRARY_PATH /usr/local/lib
36
COPY --chown=ftuser:ftuser requirements.txt requirements-hyperopt.txt /freqtrade/
37
USER ftuser
38
RUN pip install --user --no-cache-dir "numpy<2.3.0" \
39
+ && echo "numpy<2.3.0" > /tmp/constraints.txt \
40
+ && export PIP_CONSTRAINT=/tmp/constraints.txt \
41
&& pip install --user --no-cache-dir -r requirements-hyperopt.txt
42
43
# Copy dependencies to runtime-image
0 commit comments