We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37db3c9 commit 015100bCopy full SHA for 015100b
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.7'
2
3
services:
4
cornac:
5
- image: registry.preferred.ai/cornac/cornac-server:1.18.0
+ image: registry.preferred.ai/cornac/cornac-server:latest
6
volumes:
7
- $PWD/save_dir:/app/cornac/serving/save_dir
8
- cornacvol:/app/cornac/serving/data
@@ -12,4 +12,4 @@ services:
12
ports:
13
- 8080:5000
14
15
- cornacvol:
+ cornacvol:
0 commit comments