You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think Docker support might be helpful - especially since many Deep Learning practitioners using this might not be familiar with the Go tool chain.
Imagining an executable image like docker run tarp:latest <tarp-command-here>. Building the image could be part of the future CI. The final image could be as lean as just containing the compiled binary. Base image e.g. go:1.17-alpine.
The text was updated successfully, but these errors were encountered:
I think Docker support might be helpful - especially since many Deep Learning practitioners using this might not be familiar with the Go tool chain.
Imagining an executable image like
docker run tarp:latest <tarp-command-here>
. Building the image could be part of the future CI. The final image could be as lean as just containing the compiled binary. Base image e.g.go:1.17-alpine
.The text was updated successfully, but these errors were encountered: