Skip to content

Commit 402d4f3

Browse files
committed
Don't build Racket docs in Docker
1 parent 27c9ef9 commit 402d4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ RUN cargo install --locked --git https://github.com/egraphs-good/egglog.git --re
1414
FROM racket/racket:8.17-full AS production
1515
LABEL maintainer="Pavel Panchekha <[email protected]>"
1616
COPY --from=egg-herbie-builder /herbie/egg-herbie /src/egg-herbie
17-
RUN raco pkg install /src/egg-herbie
17+
RUN raco pkg install --no-docs /src/egg-herbie
1818
COPY --from=egg-herbie-builder /usr/local/cargo/bin/egglog /usr/local/bin/egglog
1919
COPY src /src/herbie
20-
RUN raco pkg install --auto /src/herbie
20+
RUN raco pkg install --no-docs --auto /src/herbie
2121
ENTRYPOINT ["racket", "/src/herbie/main.rkt"]
2222
EXPOSE 80
2323
# NOTE --public allows the Docker host to interact with the demo,

0 commit comments

Comments
 (0)