stable/docker/Dockerfile.jupyter
2021-04-08 20:17:53 +02:00

8 lines
152 B
Docker

FROM freqtradeorg/freqtrade:develop_plot
RUN pip install jupyterlab --user --no-cache-dir
# Empty the ENTRYPOINT to allow all commands
ENTRYPOINT []