Skip to content

Commit

Permalink
Update docker-compose serving image to use ghcr.io (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Mar 13, 2024
1 parent 4128b4d commit e48153d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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:latest
image: ghcr.io/preferredai/cornac-server:latest
volumes:
- $PWD/save_dir:/app/cornac/serving/save_dir
- cornacvol:/app/cornac/serving/data
Expand Down

0 comments on commit e48153d

Please sign in to comment.