We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a2604 commit c3fc486Copy full SHA for c3fc486
Dockerfile
@@ -51,7 +51,9 @@ RUN \
51
\rm -rf almond couriser /root/.cache/coursier
52
53
# Execute a notebook to ensure Chisel is downloaded into the image for offline work
54
-RUN jupyter nbconvert --to notebook --output=/tmp/0_demo --execute 0_demo.ipynb
+# Disabled: dotvisualizer has JSON4s compatibility issues with Chisel 3.6
55
+# Dependencies are already cached via coursier bootstrap above
56
+# RUN jupyter nbconvert --to notebook --output=/tmp/0_demo --execute 0_demo.ipynb
57
58
# Last stage
59
FROM base as final
0 commit comments