Skip to main content
When you create an Environment, custom images can be made automatically compatible with Domino Jobs and Workspaces when creating an Environment, as explained in Use external images in Domino Environments. This topic explains how to use additional Dockerfile instructions to enable custom images for use when publishing models or hosting web applications.
  • To do this when creating the Environment, select Customize before building.
  • To add this capability to an existing Environment, click Edit Definition in the top right of the Environment’s overview page.
To publish a Domino Domino endpoint, install uWSGI and Flask as follows:
Replace 5.11 with the specific Python version being used in your Environment.
To publish a Domino endpoint with R, you must also add plumber and future to the Environment:
The Environment modifications needed to host a web application in Domino depend on the framework you are using; see App publishing.
Last modified on July 27, 2026