Instructions
Gvmkit-build installation
Introduction
Gvmkit-build is a tool that converts Docker images into .gvmi formats used by Golem. To install the tool, you need to follow the steps found below.
Prerequisites
- npm or pip installed
Note that npm must be installed.
npm install -g @golem-sdk/gvmkit-build
The installation can be verified by running the following command: gvmkit-build --version
See also
More information can be found in the: golemfactory/gvmkit-build-rs repository.