Skip to content

Commit 899be2d

Browse files
committedSep 17, 2023
feat: full arm64 support
1 parent 009590b commit 899be2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
- MAX_QUEUE_LENGTH=10
8383
restart: unless-stopped
8484
ingredient-instruction-classifier: # A mini server that runs a machine learning model able to classify text for improved automatic import
85-
image: julianpoy/ingredient-instruction-classifier:1.1.0
85+
image: julianpoy/ingredient-instruction-classifier:1.4.9
8686
environment:
8787
- SENTENCE_EMBEDDING_BATCH_SIZE=200
8888
- PREDICTION_CONCURRENCY=4

0 commit comments

Comments
 (0)
Please sign in to comment.