Skip to content

Commit

Permalink
pin prompt-toolkit to compatible version in jupyter dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 15, 2024
1 parent eccc149 commit 78ca939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.jupyter
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM freqtradeorg/freqtrade:develop_plot


# Pin jupyter-client to avoid tornado version conflict
RUN pip install jupyterlab jupyter-client==7.3.4 --user --no-cache-dir
# Pin prompt-toolkit to avoid questionary version conflict
RUN pip install jupyterlab "prompt-toolkit<=3.0.36" jupyter-client --user --no-cache-dir

# Empty the ENTRYPOINT to allow all commands
ENTRYPOINT []

0 comments on commit 78ca939

Please sign in to comment.