Skip to content

Commit

Permalink
moved Dokerfile to root and add jupter in dev.yaml (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmrc authored Jul 15, 2024
1 parent e5c471b commit 1a4dcd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ RUN cd /usr/src/ && bash /tmp/poetry-install.sh

WORKDIR /home/pysus/Notebooks

ENTRYPOINT ["bash", "/activate.sh"]
ENTRYPOINT ["bash", "/activate.sh", "jupyter", "notebook", "--port=8888", "--ip=0.0.0.0"]
1 change: 1 addition & 0 deletions conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- numpy>=1.26.2
- cffi
- gcc
- jupyter
- make
- poetry>=1.3.2
- pip

0 comments on commit 1a4dcd8

Please sign in to comment.