Commit c3fc486
committed
Disable notebook execution in Docker build
The dotvisualizer dependency has JSON4s compatibility issues with
Chisel 3.6 causing notebook execution to fail during build.
Changes:
- Comment out: RUN jupyter nbconvert --execute 0_demo.ipynb
- Dependencies already cached via coursier bootstrap
- Core Chisel 3.6 functionality unaffected1 parent 55a2604 commit c3fc486
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments