You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
You shall build all docker images manually, we know that this part is not user-friendly, but we can't share some docker images because of licences of proprietary tools (NanoXplore for example).
In addition, sdk for enclustra and ultra96 can be customized for your needs, so we don't provide these.
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 inLoCod/locod.sh
Lines 46 to 49 in e09e7a7
Am I correct?
thx
The text was updated successfully, but these errors were encountered: