@@ -23,7 +23,7 @@ conda activate hls4ml-tutorial
2323## Docker without Vivado
2424Pull the prebuilt image from the GitHub Container Registry:
2525``` bash
26- docker pull ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.7.1 :latest
26+ docker pull ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.8.0 :latest
2727```
2828
2929Follow these steps to build a Docker image that can be used locally, or on a JupyterHub instance.
@@ -35,28 +35,28 @@ Alternatively, you can clone the repository and build locally:
3535``` bash
3636git clone https://github.com/fastmachinelearning/hls4ml-tutorial
3737cd hls4ml-tutorial
38- docker build -f docker/Dockerfile -t ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.7.1 :latest .
38+ docker build -f docker/Dockerfile -t ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.8.0 :latest .
3939```
4040Then to start the container:
4141``` bash
42- docker run -p 8888:8888 ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.7.1 :latest
42+ docker run -p 8888:8888 ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.8.0 :latest
4343```
4444When the container starts, the Jupyter notebook server is started, and the link to open it in your browser is printed.
4545You can clone the repository inside the container and run the notebooks.
4646
4747## Docker with Vivado
4848Pull the prebuilt image from the GitHub Container Registry:
4949``` bash
50- docker pull ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.7.1 -vivado-2019.2:latest
50+ docker pull ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.8.0 -vivado-2019.2:latest
5151```
5252
5353To build the image with Vivado, run (Warning: takes a long time and requires a lot of disk space):
5454``` bash
55- docker build -f docker/Dockerfile.vivado -t ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.7.1 -vivado-2019.2:latest .
55+ docker build -f docker/Dockerfile.vivado -t ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.8.0 -vivado-2019.2:latest .
5656```
5757Then to start the container:
5858``` bash
59- docker run -p 8888:8888 ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.7.1 -vivado-2019.2:latest
59+ docker run -p 8888:8888 ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.8.0 -vivado-2019.2:latest
6060```
6161
6262## Companion material
0 commit comments