
Just run make up - Compose will create your Jupyter stack ready to go
In the Makefile, there are two config variables
Both are used by the Makefile to build and control where your underlying image is stored and the name of your running container.
Change these values, especially CONTAINER_IMAGE if you want to build and manage your own.
In the .docker/Dockerfile, the FROM directive uses jupyter/scipy-notebook as it's base. You can build your own, and change this base. If you want to change the underlying base container image and/or update the built image, you can:
FROM directive, I recommend using https://hub.docker.com/u/jupyter images as your basemake build-notebook-basemake build-notebook-baseContent type
Image
Digest
Size
825 MB
Last updated
about 6 years ago
docker pull dlemphers/dslab