Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 326 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 326 Bytes

Modelz Stable Diffusion Template

Build Docker Image

You can choose to use the one of the following method:

  • Dockerfile
    • docker buildx build -t <docker_hub_user_name>/<image_name> --push .
  • build.envd
    • envd build -f :serving --output type=image,name=docker.io/<docker_hub_user_name>/<image_name> --push