Verify docker installation
Navigate to your app's folder
Set up Python environment
pyproject.toml
file using poetry init
and install writer
using poetry add writer
.Dockerfile
. You can use the following as-is, or as a starting point. It should be saved in your app’s folder, together with main.py
and .wf/
.
Dockerfile
. Framework is, after all, a standard Python package.docker build . -t
followed by an image tag, which you’re free to choose and will locally identify your image.
Instance specifications
Connection settings
Resource allocation