stable/docker/Dockerfile.jupyter

8 lines
145 B
Docker
Raw Normal View History

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