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
Describe the bug
The version field in init.py is not set correctly in the docker container. This causes an fatal: not a git repository error everytime the container is executed.
To Reproduce
Runnin the following command shows that __version__ is set to dev docker run us-central1-docker.pkg.dev/genuine-flight-317411/devel/krr:v1.13.0 cat robusta_krr/__init__.py
Expected behaviour krr version should correctly return the installed version
The text was updated successfully, but these errors were encountered:
Describe the bug
The version field in init.py is not set correctly in the docker container. This causes an
fatal: not a git repository
error everytime the container is executed.To Reproduce
Runnin the following command shows that
__version__
is set todev
docker run us-central1-docker.pkg.dev/genuine-flight-317411/devel/krr:v1.13.0 cat robusta_krr/__init__.py
Expected behaviour
krr version
should correctly return the installed versionThe text was updated successfully, but these errors were encountered: