Skip to content

Commit

Permalink
462 nachet detector startup command (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic authored Nov 20, 2024
1 parent bb729d5 commit 3c11884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
image: ghcr.io/ai-cfia/nachet-backend:29-azureml-seed-detector
imagePullPolicy: Always
command: ["/bin/sh", "-c"]
args: ['./startup.sh']
args: ['/project/./startup.sh']
envFrom:
- secretRef:
name: nachet-rcnn-detector-secrets
Expand Down

0 comments on commit 3c11884

Please sign in to comment.