Releases: project-zetton/zetton-docker
Releases · project-zetton/zetton-docker
v2.0.0: Refactored structure and multiple packages/platforms support
feat: support building for multiple packages and platforms (#2) * refactor: use 'dist' folder for images of different purposes and use docker buildkit to support multiple platform image building * feat: support build images for TensorRT * docs: update README.md * fix: use OS_VERSION in ros image building * docs: update README.md * fix: tensorrt image building works * fix: add platform-specific building for tensorrt images * fix: add pip and python package installation for tensorrt images * fix(tensorrt): remove unused RUN statement in docker file
v1.0.0: prototype of docker images for project zetton
fix(deps): add -y when installing libssl-dev