Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 502 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 502 Bytes

LeapfrogAI Base Images

Pre-requisites

GitHub Runner Instructions

Publish Images must be manually triggered from the Actions tab.

Local Instructions

Build

Builds two base images, one for the builder image and one for the final production image.

# Dev/Builder Image
make build-dev

# Production Image
make build

Cleanup

To remove all artifacts created by build step:

make cleanup