Skip to content

Commit

Permalink
Update src/litserve/docker_builder.py
Browse files Browse the repository at this point in the history
Co-authored-by: William Falcon <waf2107@columbia.edu>
  • Loading branch information
aniketmaurya and williamFalcon authored Sep 26, 2024
1 parent 2d3af20 commit d26691a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/litserve/docker_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def color(text, color_code, action_code=None):
REQUIREMENTS_FILE = "requirements.txt"
DOCKERFILE_TEMPLATE = """FROM python:3.10-slim
####### Put installation commands here #######
####### Add your own installation commands here #######
# RUN pip install some-package
# RUN wget https://path/to/some/data/or/weights
# RUN apt-get update && apt-get install -y <package-name>
WORKDIR /app
Expand Down

0 comments on commit d26691a

Please sign in to comment.