Environment deployment Notes

[TOC] Setup dreamer builder for IGLU Minecraft task — setup notes Advantages of using pip install git check https://dev.to/fronkan/pip-install-a-git-repository-111b This will not create dependencies on the local machine python -c flag execute the python code in command e.g, 1 2 3 4 python -c ' import pprint pprint.pprint(1) ' set TF_XLA variable TF_XLA_FLAGS=--tf_xla_auto_jit=2 use python=3.7 otherwise the environment will crash. some strange bugs of the environment if I directly follow the instructions from https://github.com/iglu-contest/iglu, I will install the iglu:0.1.0 version, which will crash ...

December 6, 2021 · 4 min · Sukai Huang

Docker Notes

[TOC] Setup dreamer builder for IGLU Minecraft task — Docker Session The author suggested to use Docker environment. HOWEVER, due to some unknown reason, my current ubuntu desktop cannot run nvidia-docker, and thus cannot connect to GPU device in the container, thus I decided that we do not deploy the model on docker! The following are useful tips regarding to docker commands. docker permission issue in order to connect to docker sock ...

December 5, 2021 · 3 min · Sukai Huang