Skip to content

Commit

Permalink
462 nachet detector command args
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic committed Nov 20, 2024
1 parent 449ba4b commit aebbdbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
image: ghcr.io/ai-cfia/nachet-backend:29-azureml-seed-detector
imagePullPolicy: Always
command: ["/bin/sh", "-c"]
args: ['azmlinfsrv --entry_script /app/scoring_file_v_1_0_0.py']
args: ['cp -r /project/* /app/ && azmlinfsrv --entry_script /artifacts/scoring_file_v_1_0_0.py']
envFrom:
- secretRef:
name: nachet-rcnn-detector-secrets
Expand All @@ -61,7 +61,7 @@ spec:
- name: logs
mountPath: /app/logs
- name: tmp
mountPath: /tmp
mountPath: /app
livenessProbe:
httpGet:
path: /score
Expand Down

0 comments on commit aebbdbf

Please sign in to comment.