RedHatOfficial / rhelai-dev-preview

Red Hat Enterprise Linux AI -- Developer Preview
Apache License 2.0
144 stars 46 forks source link

Import the training dir from the ai-lab-recipes repository #5

Closed russellb closed 5 months ago

russellb commented 5 months ago

82b7a71 Import the training dir from the ai-lab-recipes repository c11341e Makefile: Automatically pass-through to training/Makefile

commit 82b7a715e38e39aff1599dfdadeb9819b585c641 Author: Russell Bryant rbryant@redhat.com Date: Sat May 4 21:12:19 2024 -0400

Import the training dir from the ai-lab-recipes repository

This commit imports a specific commit ref (current `main`) of the
`training` directory of the github.com/containers/ai-lab-recipes
repository.

Updating the contents to a newer commit ref can be done by updating
the ref in the `Makefile` and then running `make update-training-dir`.

Note there is current a discrepency between the `README.md` and this
content. The `README.md` needs updates to reflect that all operations
are to be done from within the `training` directory.

Signed-off-by: Russell Bryant <rbryant@redhat.com>

commit c11341ee203303cbb81893bd03dc8403f44d2013 Author: Russell Bryant rbryant@redhat.com Date: Sat May 4 21:39:21 2024 -0400

Makefile: Automatically pass-through to training/Makefile

If someone runs `make foo` from the root directory and the `foo`
target does not exist, we'll try to run it from `training/` instead.

Also if someone runs `make` or `make help`, get the help from
`training/Makefile` as well.

Signed-off-by: Russell Bryant <rbryant@redhat.com>