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 f10223b commit e98e6d8Copy full SHA for e98e6d8
Dockerfile
@@ -44,7 +44,7 @@ USER ftuser
44
# Install and execute
45
COPY --chown=ftuser:ftuser . /freqtrade/
46
47
-RUN pip install -e . --user --no-cache-dir --no-build-isolation \
+RUN pip install -e . --user --no-cache-dir \
48
&& mkdir /freqtrade/user_data/ \
49
&& freqtrade install-ui
50
docker/Dockerfile.armhf
@@ -49,7 +49,7 @@ USER ftuser
51
52
-RUN pip install -e . --user --no-cache-dir --no-build-isolation\
53
54
55
0 commit comments