so when inside the docker, I don’t see the git repo and that’s why ClearML doesn’t see it
Hi @<1523702868694011904:profile|AbruptCow41>
Check what are you getting when running git status
inside the working directory, this is essentially how it works. Are you expecting to later run it with an agent?
I could map the root folder of the repo into the container, but that would mean everything ends up in there
Thanks for the answer. You’re right. I forgot to add that this tasks runs inside a docker container and I’m currently only mapping the $PWD ( ml
folder) into /app folder in the container.
so when inside the docker, I don’t see the git repo and that’s why ClearML doesn’t see it
Correct ...
I could map the root folder of the repo into the container, but that would mean everything ends up in there
This is the easiest, you can put it on the ENV variable :
None