Skip to content

Commit

Permalink
fix: Update Dockerfile.reference (#665)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Update reference

Signed-off-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
  • Loading branch information
ishaansehgal99 authored Nov 1, 2024
1 parent 1709ba0 commit d926c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom-model-integration/Dockerfile.reference
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN echo $VERSION > /workspace/tfs/version.txt
# This is done before copying the code to utilize Docker's layer caching and
# avoid reinstalling dependencies unless the requirements file changes.
# Inference
COPY presets/inference/${MODEL_TYPE}/requirements.txt /workspace/tfs/inference-requirements.txt
COPY presets/dependencies/requirements.txt /workspace/tfs/inference-requirements.txt
RUN pip install --no-cache-dir -r inference-requirements.txt

COPY presets/inference/${MODEL_TYPE}/inference_api.py /workspace/tfs/inference_api.py

0 comments on commit d926c44

Please sign in to comment.