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
The "latest" branch of this project does not work on a secured cluster when the container is launched with an arbitrary uid. This is typically the case on an Openshift cluster. It seems you forgot to add a piece of code that handled this feature on your latest branch.
Your "master" branch does well integrate this feature
You need to add the "add_uid" function inside the "startup.py" file and call it at the very beginning of the main function:
The end of the startup.py file should read:
The "latest" branch of this project does not work on a secured cluster when the container is launched with an arbitrary uid. This is typically the case on an Openshift cluster. It seems you forgot to add a piece of code that handled this feature on your latest branch.
Your "master" branch does well integrate this feature
You need to add the "add_uid" function inside the "startup.py" file and call it at the very beginning of the main function:
The end of the startup.py file should read:
The text was updated successfully, but these errors were encountered: