mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
parent
42cecb83f2
commit
a06372c7b2
|
@ -1,7 +1,8 @@
|
||||||
FROM freqtradeorg/freqtrade:develop_plot
|
FROM freqtradeorg/freqtrade:develop_plot
|
||||||
|
|
||||||
|
|
||||||
RUN pip install jupyterlab --user --no-cache-dir
|
# Pin jupyter-client to avoid tornado version conflict
|
||||||
|
RUN pip install jupyterlab jupyter-client==7.3.4 --user --no-cache-dir
|
||||||
|
|
||||||
# Empty the ENTRYPOINT to allow all commands
|
# Empty the ENTRYPOINT to allow all commands
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8888:8888"
|
- "127.0.0.1:8888:8888"
|
||||||
volumes:
|
volumes:
|
||||||
- "./user_data:/freqtrade/user_data"
|
- "../user_data:/freqtrade/user_data"
|
||||||
# Default command used when running `docker compose up`
|
# Default command used when running `docker compose up`
|
||||||
command: >
|
command: >
|
||||||
jupyter lab --port=8888 --ip 0.0.0.0 --allow-root
|
jupyter lab --port=8888 --ip 0.0.0.0 --allow-root
|
||||||
|
|
Loading…
Reference in New Issue
Block a user