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 (Leave the "Copy the
main
branch only" checkbox unchecked). - Add the following three secrets:
DOCKERHUB_USERNAME
,DOCKERHUB_PASSWORD
,DOCKERHUB_REPONAME
. - 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.