Closed nginyc closed 5 years ago
Changed from deleting user to banning user to avoid complication of having to consider cascade-deleting all associated train jobs / trials / inference jobs / models under that user.
Can add to documentation:
for sudo users need to run
sudo -E bash scripts/build_images.sh
after run source env.sh
according to https://stackoverflow.com/questions/8633461/how-to-keep-environment-variables-when-using-sudo to preserve the environment variable
Thanks @wild-flame for the feedback. I've added that to the documentation.
Fixes #111
Before testing, since Rafiki's v0.1.0 Docker images have not been published to Docker Hub, will need to run
source .env.sh
, thenbash scripts/build_images.sh
for every participating machine.