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
* Use Distroless base image instead of Azul/Zulu
* Use entrypoint instead of command
This is because otherwise the arguments to 'java' are passed to the application itself.
* Reorder Dockerfile commands to put USER directive earlier to minimise layer cache invalidation
Allow model requests with certain headers (cookies) to always go to the same model image running.
The text was updated successfully, but these errors were encountered: