pytorch.github.io
pytorch.github.io copied to clipboard
create-torch-model-archiver-from-container
📚 Documentation
I was looking for a way to create the MAR file directly in the dockerfile and ended up on that link: https://pytorch.org/docker/README.md#create-torch-model-archiver-from-container
Which unfortunately did not work.
I ended up on it from this page: https://pytorch.org/serve/use_cases.html
In the line Docker - It is possible to build MAR file directly on docker, refer [this](https://pytorch.org/docker/README.md#create-torch-model-archiver-from-container) for details.