Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 8337184

Browse files
committed
Fix args
1 parent bb3dcd8 commit 8337184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ ADD src .
2828

2929
ENV RUNPOD_DEBUG_LEVEL=INFO
3030

31-
CMD python -u /rp_handler.py --model_tag=${MODEL_TAG}
31+
CMD python -u /rp_handler.py --model_tag='${MODEL_TAG}'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<h1>Stable Diffusion v1.5 | Worker</h1>
44

5-
[![Docker Image](https://github.com/runpod-workers/worker-template/actions/workflows/CD-docker_dev.yml/badge.svg)](https://github.com/runpod-workers/worker-template/actions/workflows/CD-docker_dev.yml)
5+
[![Docker Image](https://github.com/runpod-workers/worker-stable_diffusion_v1/actions/workflows/CD-docker_release.yml/badge.svg)](https://github.com/runpod-workers/worker-stable_diffusion_v1/actions/workflows/CD-docker_release.yml)
66

77
</div>
88

0 commit comments

Comments
 (0)