This commit is contained in:
Joseph Hanson 2024-08-02 22:15:34 -05:00
parent 56018e39f8
commit a44b7677d8
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,14 +1,4 @@
# README # README
## local dev ## Comfyui
```sh
docker build -f Dockerfile-chainguard -t comfyui .
docker run -it --entrypoint /bin/bash comfyui
```
## remote dev
```sh
docker run -it --entrypoint /bin/bash jahanson/comfyui:latest
```