Skip to content

Commit

Permalink
include build log
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Nov 4, 2023
1 parent b9dae20 commit e8d06f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ENV ROCM_LEVEL=${ROCM_LEVEL}
ENV IMAGE_SLUG="base-image"
# Use build scripts to ensure we can build all targets from one Dockerfile in a single layer.
# Don't put anything heavy in here - We can use multi-stage building above if necessary.
RUN /opt/ai-dock/bin/build/layer0/init.sh
RUN /opt/ai-dock/bin/build/layer0/init.sh | tee /var/log/build.log

# Keep init.sh as-is and place additional logic in /opt/ai-dock/bin/preflight.sh
CMD ["init.sh"]

0 comments on commit e8d06f9

Please sign in to comment.