Instructions

Gvmkit-build installation

Prerequisites

  • npm or pip installed

Introduction

gvmkit-build is a tool that converts Docker images into the GVMI format used by Golem. To install it, please follow the instructions below:

Ensure you have a Python 3 environment equipped with pip.

pip install 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.