You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, autobot lives on the computers of @ionlights, @SirRoboto, and @brandons209 β this is less-than-ideal for obvious reasons (we don't have near-infinite up-time). To avoid this, we need to migrate autobot to a VPS.
Tasks
(π Required) Iron out the dependencies that autobot needs to function flawlessly. Version-lock only what's required, in envs/linux.yml.
(π Required) Make sure that pip install git+https://github.com/ucfai/bot@master doesn't break autobot
This is mostly a pathing issue, as far as I'm aware. We can hardcode a path into something like /ucfai on machines that AI@UCF owns/maintains.
(π Nice to Have) scripts/setup does a bang-up job creating a reproducible setup across Linux machines.
This could be converted from bash to python. (No arguments there.)
(π Nice to Have) Package up autobot into a docker container.
Currently,
autobotlives on the computers of @ionlights, @SirRoboto, and @brandons209 β this is less-than-ideal for obvious reasons (we don't have near-infinite up-time). To avoid this, we need to migrateautobotto a VPS.Tasks
π Required) Iron out the dependencies thatautobotneeds to function flawlessly. Version-lock only what's required, inenvs/linux.yml.π Required) Make sure thatpip install git+https://github.com/ucfai/bot@masterdoesn't breakautobot/ucfaion machines that AI@UCF owns/maintains.π Nice to Have)scripts/setupdoes a bang-up job creating a reproducible setup across Linux machines.bashtopython. (No arguments there.)π Nice to Have) Package upautobotinto adockercontainer.