siaimes/pytorch: Build ready-to-use pytorch docker images.
https://hub.docker.com/repository/docker/siaimes/pytorch/tags
- Fork this project to your own GitHub account.
- Add the following secrets:
REGISTRY_REPONAME
,REGISTRY_USERNAME
,REGISTRY_PASSWORD
. - Add the packages you need to
apt-get install
,conda install
orpip install
commands in the branch that corresponds to the PyTorch version. Afterwards, navigate toActions
tab to review the log; - If there are no errors when executing the actions, proceed to release a version based on this branch. Then, visit the
Actions
tab to access the log and DockerHub to examine the associated tags.