mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix hdf5 support on raspberry
This commit is contained in:
parent
b57c150654
commit
7a63f8cc31
|
@ -41,7 +41,9 @@ COPY --from=python-deps /root/.local /root/.local
|
|||
|
||||
# Install and execute
|
||||
COPY . /freqtrade/
|
||||
RUN pip install -e . --no-cache-dir \
|
||||
RUN apt-get install -y libhdf5-serial-dev \
|
||||
&& apt-get clean \
|
||||
&& pip install -e . --no-cache-dir \
|
||||
&& freqtrade install-ui
|
||||
|
||||
ENTRYPOINT ["freqtrade"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user