merlin.docker package

Submodules

merlin.docker.docker module

merlin.docker.docker.copy_pyfunc_dockerfile(dst)[source]

Copy pyfunc dockerfile to the destination path

Parameters:dst – destination path
Returns:full path to pyfunc Dockerfile
merlin.docker.docker.copy_standard_dockerfile(dst)[source]

Copy dockerfile for standarnd model to the destination path

Parameters:dst – detination path
Returns:full path to standard model Dockerfile