- Please install Vivado (one of 2017.4, 2018.1, 2018.2, 2018.3) onto your host machine.
- First run
source create_image.sh
. This creates your docker image. - Next run
source deploy_container.sh
.
. You will be asked for your local vivado install. For example if you have Vivado installed in/opt/Xilinx/Vivado/2018.1
please provide/opt/Xilinx
as the path. - To view containers
docker container ls
- Next run
source setup_license.sh
.
. This sets up the license on the container. - To attach to the container
docker attach <container name>
- Navigate to galapagos directory.
cd /home/user/galapagos
- Run the notebook setup script.
source run_jupyter.sh
. - Copy/paste the link into your browser. Run through the three notebooks, they are numbered with
<number>_<notebook name>
starting with number 0.