stable/docker/Dockerfile.jupyter
2020-09-20 14:58:15 +02:00

8 lines
145 B
Docker

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