Toni Kunic
Toni Kunic
# Background Currently, all SMILER docker images are hosted at https://hub.docker.com/r/tsotsoslab/ under a single `tsotsoslab` docker account. This creates issues because there's only one username/password and sharing those credentials is...
# Background Ideally, PR reviewers don't waste time calling out style issues and don't have to perform any manual testing to validate that PRs are sound. These things should be...
# Background Github has several features that make it easy to automatically run tests when pull requests are created, or when new branches are pushed. If you open a pull...
# Background When SMILER was created, nvidia-docker was the only reasonably-easy way to attach GPUs to containers. However, today, plain docker seems to support everything SMILER needs: - https://docs.docker.com/config/containers/resource_constraints/#access-an-nvidia-gpu -...
# Background SMILER users have left a couple feature requests and bug reports as github issues: https://github.com/TsotsosLab/SMILER/issues We should look through each and decide what we are doing about them....
# Background `dependabot` is GitHub's vulnerability scanner. It opened PRs to update several SMILER dependencies for having vulnerabilities here: https://github.com/TsotsosLab/SMILER/pulls?q=is%3Apr+is%3Aopen+user%3Adependabot These need to be tested and merged. # Acceptance Criteria...