Push model to docker registry
ci/woodpecker/manual/e2e-convert-jetson Pipeline was successful
ci/woodpecker/manual/e2e-smoke-jetson Pipeline was successful

This commit is contained in:
Roman Meshko
2026-05-04 23:01:20 +03:00
parent a09c181b08
commit 9640d82908
3 changed files with 76 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM alpine:3.20
COPY . /models/
CMD ["sh"]