Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
workflows-workshop
Commits
725f92b6
Commit
725f92b6
authored
Apr 01, 2021
by
Adam Fekete
Browse files
fixing version of base image, exposing 5000 for docker-compose
parent
ae95f15d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
725f92b6
# https://github.com/jupyter/docker-stacks
# https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
FROM
jupyter/scipy-notebook
AS
builder
FROM
jupyter/scipy-notebook
:4d9c9bd9ced0
AS
builder
# Abinit compilation
# ==================
...
...
docker-compose.yml
View file @
725f92b6
...
...
@@ -11,6 +11,7 @@ services:
-
GRANT_SUDO=yes
ports
:
-
8888:8888
-
5000:5000
depends_on
:
-
mongo
volumes
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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