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
Currently the solution to use TorchServe with ROCm and Docker relies on separate Dockerfile Dockerfile.rocm and ROCm support is missing from Dockerfile. build_image.sh operates with Dockerfile and provides many useful build flags. Adding ROCm support for Dockerfile would make ROCm to adhere the repository standards and leverage the utility tooling created for Docker image building.
Motivation, pitch
Dockerfile.rocm relies on installing ROCm dependencies separately on top of the base image and produces large Docker images. It also doesn't have build_image.sh support. I would like to create Docker images that have ROCm support using build_image.sh script.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
🚀 The feature
Currently the solution to use TorchServe with ROCm and Docker relies on separate Dockerfile
Dockerfile.rocm
and ROCm support is missing fromDockerfile
.build_image.sh
operates withDockerfile
and provides many useful build flags. Adding ROCm support forDockerfile
would make ROCm to adhere the repository standards and leverage the utility tooling created for Docker image building.Motivation, pitch
Dockerfile.rocm
relies on installing ROCm dependencies separately on top of the base image and produces large Docker images. It also doesn't havebuild_image.sh
support. I would like to create Docker images that have ROCm support usingbuild_image.sh
script.Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: