Skip to content

Commit

Permalink
feat: added increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
JaktensTid committed Nov 25, 2024
1 parent 80a43c7 commit dd2a226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
capabilities: [ gpu ]

nolabs-backend:
image: 'ghcr.io/basedlabs/nolabs-backend:1.0.0'
image: 'ghcr.io/basedlabs/nolabs-backend:1.1.0'
network_mode: host
working_dir: /app
build:
Expand All @@ -128,7 +128,7 @@ services:
command: python nolabs/workflow/worker.py

nolabs-frontend:
image: 'ghcr.io/basedlabs/nolabs-frontend:1.0.0'
image: 'ghcr.io/basedlabs/nolabs-frontend:1.1.0'
network_mode: host
working_dir: /app
build:
Expand Down

0 comments on commit dd2a226

Please sign in to comment.