Skip to content

Commit

Permalink
update success copy (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya authored Oct 1, 2024
1 parent da6ff33 commit 6b5d43d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/litserve/docker_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,16 @@ def color(text, color_code, action_code=None):
"""

# Link our documentation as the bottom of this msg
SUCCESS_MSG = """{BOLD}{MAGENTA}Dockerfile created successfully at{RESET} {UNDERLINE}{dockerfile_path}{RESET}
Build the container with:
SUCCESS_MSG = """{BOLD}{MAGENTA}Dockerfile created successfully{RESET}
Update {UNDERLINE}{dockerfile_path}{RESET} to add any additional dependencies or commands.{RESET}
{BOLD}Build the container with:{RESET}
> {UNDERLINE}docker build -t litserve-model .{RESET}
To run the Docker container on the machine:
{BOLD}To run the Docker container on the machine:{RESET}
> {UNDERLINE}{RUN_CMD}{RESET}
To push the container to a registry:
{BOLD}To push the container to a registry:{RESET}
> {UNDERLINE}docker push litserve-model{RESET}
"""

Expand Down

0 comments on commit 6b5d43d

Please sign in to comment.