Docker container with JupyterLab and development tools for CSCI 3130
1.5K
Docker container for CSCI 3130 - Assembly and Computer Organization (ver. 2022-08-11)
This container is built on top of jupyter/base-notebook provided by jupyter/docker-stacks. It provides a JupyterLab environment with a couple of essential (and non-essential) build tools used in CSCI3130 - Assembly and Computer Organization.
To prep:
git clone https://github.com/jlphillipsphd/CSCI3130.git
To build:
docker build -t csci3130 CSCI3130
To run:
docker run -it --rm -p 8888:8888 --user root -e JUPYTER_ENABLE_LAB=yes -e GRANT_SUDO=yes -v /home/jphillips:/home/jovyan/work csci3130
You will need to modify /home/jphillips to where your files are in order to make this work...
If you want to pull from Docker Hub instead:
docker pull jlphillips/csci3130
docker run -it --rm -p 8888:8888 --user root -e JUPYTER_ENABLE_LAB=yes -e GRANT_SUDO=yes -v /home/jphillips:/home/jovyan/work jlphillips/csci3130
Content type
Image
Digest
sha256:fb3c57fc3…
Size
699.1 MB
Last updated
about 4 years ago
docker pull jlphillips/csci3130