mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
8 lines
152 B
Docker
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 []
|