View on GitHub

skelebot

Machine Learning Project Development Tool

Home > API


Skelebot API

Version 1


Dockerfile Generator Module

The Dockerfile Generator provides the function for building the project Dockerfile based on the Config data so that the Project’s Docker Image can be constructed.


Import

from skelebot.systems.generators import dockerfile

buildDockerfile(config)

return None

PARAMETER TYPE DESCRIPTION
config Config The Config object representing the project configuration to be utilized in the Dockerfile
This function will utilize the data from the Config object to construct a fully functioning Dockerfile
for the project with dependencies installed.