A golemized docker image for compiling the most loved vim editor.
- Make sure you have docker installed.
cd golem-vim-dockerdocker build -t YOUR-USERNAME/golem-vim:YOUR-TAG .docker push YOUR-USERNAME/golem-vim:YOUR-TAG
- Golemize the docker image.
python3 -m venv SOME-VIRTUAL-ENV-NAMEsource SOME-VIRTUAL-ENV-NAME/bin/activatepip3 install -U pippip3 install yapapi certifi gvmkit-buildgvmkit-build YOUR-USERNAME/golem-vim:YOUR-TAGgvmkit-build YOUR-USERNAME/golem-vim:YOUR-TAG --pushSave the returned hash and put it into the script.py
- Ask the providers to compile.
- Open a new terminal:
yagna service run - Open a new terminal:
export YAGNA-APPKEY = YOUR-YAGNA-APPKEY yagna payment init -rpython script.py
- Run the compiled Vim!
cd outchmod +x vim./vim