Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Sep 26, 2024
1 parent 33ccc89 commit 2d3af20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/litserve/docker_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def color(text, color_code, action_code=None):
REQUIREMENTS_FILE = "requirements.txt"
DOCKERFILE_TEMPLATE = """FROM python:3.10-slim
####### Put any installation commands here #######
####### Put installation commands here #######
# RUN apt-get update && apt-get install -y <package-name>
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion tests/test_docker_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_color():

EXPECTED_CONENT = f"""FROM python:3.10-slim
####### Put any installation commands here #######
####### Put installation commands here #######
# RUN apt-get update && apt-get install -y <package-name>
WORKDIR /app
Expand Down

0 comments on commit 2d3af20

Please sign in to comment.