Skip to content

Commit

Permalink
feat: update Docker image tag to latest
Browse files Browse the repository at this point in the history
Update the Docker image tag to 'latest' in both the README.md and docker-compose.yml files to ensure the latest version of the 'replicate-flux-lora' image is used.
  • Loading branch information
rtuszik committed Aug 25, 2024
1 parent c0e449b commit 4839d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A simple web interface for running Flux models using the Replicate API. Use it t
```yaml
services:
replicate-flux-lora:
image: ghcr.io/rtuszik/replicate-flux-lora
image: ghcr.io/rtuszik/replicate-flux-lora:latest
container_name: replicate-flux-lora
environment:
- REPLICATE_API_TOKEN=${REPLICATE_API_TOKEN}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

services:
replicate-flux-lora:
image: ghcr.io/rtuszik/replicate-flux-lora
image: ghcr.io/rtuszik/replicate-flux-lora:latest
container_name: replicate-flux-lora
environment:
- REPLICATE_API_TOKEN=${REPLICATE_API_TOKEN}
Expand Down

0 comments on commit 4839d14

Please sign in to comment.