redhat-et / ray-on-the-edge-demo

A proof of concept for machine learning workflows using the Ray stack in the data center and at the edge.
Apache License 2.0
0 stars 2 forks source link

Added files to build small test image #17

Closed MichaelClifford closed 2 years ago

MichaelClifford commented 2 years ago

This PR adds atests directory with a small .py script that connects to an example ray cluster, runs a small job, and checks that we have spawned 2 ray nodes.

I've also added a Containerfile and a Makefile so we can build this test into an image that we can run to evaluate our Ray deployment on OpenShift.