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
I had searched in the issues and found no similar feature requirement.
Description
This feature can help to pull images from private repo. This is helpful in cases where we want to refer working directory as local path, and use custom docker image with application code using the base docker image as rayproject/ray-ml image
Use case
I am working towards application isolation by developing a custom Docker image that encapsulates a Python script unique to each application. Given the proprietary nature of my application logic, using public references is not feasible. Additionally, this approach simplifies the release and deployment process on Kubernetes, moving away from zip file references. It also allows greater control over the operating system level configurations of the image, beyond just the Python code included in the zip.
Related issues
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Description
This feature can help to pull images from private repo. This is helpful in cases where we want to refer working directory as local path, and use custom docker image with application code using the base docker image as rayproject/ray-ml image
Use case
I am working towards application isolation by developing a custom Docker image that encapsulates a Python script unique to each application. Given the proprietary nature of my application logic, using public references is not feasible. Additionally, this approach simplifies the release and deployment process on Kubernetes, moving away from zip file references. It also allows greater control over the operating system level configurations of the image, beyond just the Python code included in the zip.
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: