Improved classification performance

This commit is contained in:
2024-05-15 05:32:49 +01:00
parent 516d1d7634
commit 652542d261
18 changed files with 211 additions and 98 deletions

View File

@@ -31,7 +31,10 @@ ADD go.mod .
ADD go.sum .
ADD main.go .
ADD logic logic
ADD entrypoint.sh .
RUN go install || true
CMD ["go", "run", "."]
RUN go build .
CMD ["./entrypoint.sh"]