project-codeflare / rayvens

Rayvens makes it possible for data scientists to access hundreds of data services within Ray with little effort.
Apache License 2.0
43 stars 7 forks source link

HOWTO for running Rayvens on Docker #5

Open tardieu opened 3 years ago

tardieu commented 3 years ago

This blog explains how to run Rayvens with docker run. These instructions should be included in the GitHub documentation.

docker run --rm -i -t -v "$PWD"/aapl.py:/home/ray/aapl.py \
  quay.io/ibm/rayvens \
  python aapl.py "$SLACK_CHANNEL" "$SLACK_WEBHOOK"