Skip to content

Commit 015100b

Browse files
authored
Update docker-compose.yml to use latest tag
1 parent 37db3c9 commit 015100b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.7'
22

33
services:
44
cornac:
5-
image: registry.preferred.ai/cornac/cornac-server:1.18.0
5+
image: registry.preferred.ai/cornac/cornac-server:latest
66
volumes:
77
- $PWD/save_dir:/app/cornac/serving/save_dir
88
- cornacvol:/app/cornac/serving/data
@@ -12,4 +12,4 @@ services:
1212
ports:
1313
- 8080:5000
1414
volumes:
15-
cornacvol:
15+
cornacvol:

0 commit comments

Comments
 (0)