Refactor Dockerfile to streamline directory creation for appuser, removing unnecessary steps and ensuring proper permissions for AI model caching after git clone.
Refactor Dockerfile to create necessary directories and set permissions for appuser, ensuring proper access for AI model caching and application execution.
Update Dockerfile to clone from the 'develop' branch, update cached embeddings with new sizes, and ensure required columns in prediction output are handled correctly.