Skip to content

Commit

Permalink
fix command in ui (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamdavidonuh authored Dec 4, 2024
1 parent cfc57fb commit 40a7650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ahnlich-web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Home() {
image: ghcr.io/deven96/ahnlich-ai:latest
command: >
"ahnlich-ai run --db-host ahnlich_db --host 0.0.0.0 \
--supported-models all-minilm-l6-v2,resnet-50"
--supported-models all-minilm-l6-v2,resnet-50"
ports:
- "1370:1370"
`
Expand Down

0 comments on commit 40a7650

Please sign in to comment.