Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
6264a414
Commit
6264a414
authored
Jul 15, 2019
by
Steffen Vogel
🎅🏼
Browse files
docker: start Jupyter Lab by default
parent
7a65e3bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Packaging/Docker/Dockerfile
View file @
6264a414
...
...
@@ -36,3 +36,4 @@ ADD requirements.txt .
RUN
pip3
install
-r
requirements.txt
CMD
python3
CMD
[ "jupyter", "lab", "--ip=0.0.0.0", "--allow-root", "--no-browser", "--LabApp.token=3adaa57df44cea75e60c0169e1b2a98ae8f7de130481b5bc" ]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment