Skip to content

Commit

Permalink
Fix jupyterlab tutorials copy
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jun 23, 2024
1 parent e07c7fe commit f85e887
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .docker/jupyterlab.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG GIT_TAG
FROM ghcr.io/nautechsystems/nautilus_trader:$GIT_TAG
COPY --from=ghcr.io/nautechsystems/nautilus_data:main /opt/pysetup/catalog /catalog
COPY docs/tutorials /opt/pysetup/tutorials
RUN pip install jupyterlab datafusion
ENV NAUTILUS_PATH="/"
CMD ["python", "-m", "jupyterlab", "--port=8888", "--no-browser", "--ip=0.0.0.0", "--allow-root", "-NotebookApp.token=''", "--NotebookApp.password=''", "tutorials"]
1 change: 0 additions & 1 deletion .docker/nautilus_trader.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ RUN find /usr/local/lib/python3.12/site-packages -name "*.pyc" -exec rm -f {} \;
FROM base as application

COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages
COPY docs/tutorials /tutorials

0 comments on commit f85e887

Please sign in to comment.