Is is possible to improve initial installation paragraph ?
https://github.com/viveris/LoCod?tab=readme-ov-file#install
locod script is referencing docker images included in the submodule but there is no automation to build those images.
for what I understand, it is mandatory to build each docker image located in submodules manually with command: docker build -t imaage_name:version and to respect the version identified in
|
PANDA_DOCKER_IMG=panda-bambu:9.8.0 |
|
ULTRA96_SDK_DOCKER_IMG=sdk-ultra96:1.0 |
|
ENCLUSTRA_SDK_DOCKER_IMG=sdk-enclustra:1.0 |
|
NG_ULTRA_SDK_DOCKER_IMG=sdk-ngultra:1.0 |
Am I correct?
thx
Is is possible to improve initial installation paragraph ?
https://github.com/viveris/LoCod?tab=readme-ov-file#install
locod script is referencing docker images included in the submodule but there is no automation to build those images.
for what I understand, it is mandatory to build each docker image located in submodules manually with command:
docker build -t imaage_name:versionand to respect the version identified inLoCod/locod.sh
Lines 46 to 49 in e09e7a7
Am I correct?
thx