/ml-docker

Docker images to support Python ML development

Primary LanguageDockerfile

ml-docker

Docker images to support Python ML development

How to get your image to Dockerhub:

  1. Create a repo in Dockerhub, e.g. marctorsoc/cuda-python39
  2. Build: docker build - < Dockerfile
  3. Tag: docker tag <image_tag> marctorsoc/cuda-python39
  4. Login: docker login --username marctorsoc
  5. Publish: docker push marctorsoc/cuda-python39

See other operations in cheatsheet or in video.