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 27c9ef9 commit 402d4f3Copy full SHA for 402d4f3
Dockerfile
@@ -14,10 +14,10 @@ RUN cargo install --locked --git https://github.com/egraphs-good/egglog.git --re
14
FROM racket/racket:8.17-full AS production
15
LABEL maintainer="Pavel Panchekha <[email protected]>"
16
COPY --from=egg-herbie-builder /herbie/egg-herbie /src/egg-herbie
17
-RUN raco pkg install /src/egg-herbie
+RUN raco pkg install --no-docs /src/egg-herbie
18
COPY --from=egg-herbie-builder /usr/local/cargo/bin/egglog /usr/local/bin/egglog
19
COPY src /src/herbie
20
-RUN raco pkg install --auto /src/herbie
+RUN raco pkg install --no-docs --auto /src/herbie
21
ENTRYPOINT ["racket", "/src/herbie/main.rkt"]
22
EXPOSE 80
23
# NOTE --public allows the Docker host to interact with the demo,
0 commit comments