@@ -23,7 +23,7 @@ conda activate hls4ml-tutorial
23
23
## Docker without Vivado
24
24
Pull the prebuilt image from the GitHub Container Registry:
25
25
``` 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
27
27
```
28
28
29
29
Follow 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:
35
35
``` bash
36
36
git clone https://github.com/fastmachinelearning/hls4ml-tutorial
37
37
cd 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 .
39
39
```
40
40
Then to start the container:
41
41
``` 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
43
43
```
44
44
When the container starts, the Jupyter notebook server is started, and the link to open it in your browser is printed.
45
45
You can clone the repository inside the container and run the notebooks.
46
46
47
47
## Docker with Vivado
48
48
Pull the prebuilt image from the GitHub Container Registry:
49
49
``` 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
51
51
```
52
52
53
53
To build the image with Vivado, run (Warning: takes a long time and requires a lot of disk space):
54
54
``` 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 .
56
56
```
57
57
Then to start the container:
58
58
``` 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
60
60
```
61
61
62
62
## Companion material
0 commit comments