Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Dec 13, 2023
1 parent 703a9a2 commit b3c3c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY CarnaPy-*.whl /tmp/carnapy/
RUN python -m pip install --force-reinstall /tmp/carnapy/*.whl
RUN rm -rf /tmp/carnapy

COPY examples/* .
COPY examples /data

EXPOSE 8890
CMD jupyter lab --port 8890
CMD cd /data; jupyter lab --allow-root --debug --port 8890

0 comments on commit b3c3c73

Please sign in to comment.