stable/docker/Dockerfile.jupyter

8 lines
152 B
Docker
Raw Normal View History

2020-09-20 12:58:15 +00:00
FROM freqtradeorg/freqtrade:develop_plot
2021-04-08 18:17:53 +00:00
RUN pip install jupyterlab --user --no-cache-dir
2020-09-20 12:58:15 +00:00
# Empty the ENTRYPOINT to allow all commands
ENTRYPOINT []