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
If user changes base image (e.g. from JupyterLab to RStudio) and invokes update_container the task will fail, as it's not sufficient to simply update service with a new image. A rough list of things that should be done:
verify if license volume should be mounted (modify service mounts)
modify labels using new container_config
modify command using new rendered_command
modify env using new container_config
modify resources using new container_config
It might be more practical to refactor _launch_container.
The text was updated successfully, but these errors were encountered:
If user changes base image (e.g. from JupyterLab to RStudio) and invokes
update_container
the task will fail, as it's not sufficient to simply update service with a new image. A rough list of things that should be done:container_config
rendered_command
container_config
container_config
It might be more practical to refactor
_launch_container
.The text was updated successfully, but these errors were encountered: