Skip to content

Commit

Permalink
[CI/Build] Add examples folder into Docker image
Browse files Browse the repository at this point in the history
so that we can leverage the templates*.jinja when serving models

Signed-off-by: Peter Pan <Peter.Pan@daocloud.io>
  • Loading branch information
panpan0000 committed Sep 24, 2024
1 parent 530821d commit 7911588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ WORKDIR /workspace
# install build and runtime dependencies
COPY requirements-common.txt requirements-common.txt
COPY requirements-cuda.txt requirements-cuda.txt
COPY examples examples
RUN --mount=type=cache,target=/root/.cache/pip \
python3 -m pip install -r requirements-cuda.txt

Expand Down

0 comments on commit 7911588

Please sign in to comment.