guide
Gvmkit-build installation
info
This example has been designed to work with the following environments:
- OS X 10.14+, Ubuntu 20.04 or Windows
Prerequisites
- npm or pip installed
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 for your appropriate setup:
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.