2020-09-20 12:58:15 +00:00
|
|
|
FROM freqtradeorg/freqtrade:develop_plot
|
|
|
|
|
|
|
|
|
2022-09-28 05:21:20 +00:00
|
|
|
# Pin jupyter-client to avoid tornado version conflict
|
|
|
|
RUN pip install jupyterlab jupyter-client==7.3.4 --user --no-cache-dir
|
2020-09-20 12:58:15 +00:00
|
|
|
|
|
|
|
# Empty the ENTRYPOINT to allow all commands
|
|
|
|
ENTRYPOINT []
|