Skip to content

Commit

Permalink
Update docker-compose.yml to use latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Mar 5, 2024
1 parent 37db3c9 commit 015100b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
cornac:
image: registry.preferred.ai/cornac/cornac-server:1.18.0
image: registry.preferred.ai/cornac/cornac-server:latest
volumes:
- $PWD/save_dir:/app/cornac/serving/save_dir
- cornacvol:/app/cornac/serving/data
Expand All @@ -12,4 +12,4 @@ services:
ports:
- 8080:5000
volumes:
cornacvol:
cornacvol:

0 comments on commit 015100b

Please sign in to comment.