9. Initial Setup#
This branch contains the source code to build the base image, which can then be built upon in order to create a custom container image that contains all the software needed to follow along with the textbook. Run the following commands to get started:
git clone https://github.com/OPEFFORT/ope.git
cd ope
git checkout container-jupyter-docker-stacks
Continue on to the following section to learn how you can customize the image.