Skip to content

Commit

Permalink
Added the docstring for DockerLauncherBuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhwen committed Feb 3, 2025
1 parent f949dac commit ee3ceb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nvflare/lighter/impl/docker_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@


class DockerLauncherBuilder(Builder):
"""DockerLauncherBuilder is used for generating the docker build command and service startup command for using the
DockerJobLauncher as the job launcher (both server and client).
"""
def __init__(
self, docker_image="nvflare-docker:0.0.1", base_image="python:3.8", requirements_file="requirements.txt"
):
Expand Down

0 comments on commit ee3ceb6

Please sign in to comment.