Skip to content

Commit

Permalink
updated to remove pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
nnshah1 committed Aug 2, 2024
1 parent 1cb3932 commit 8402989
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Triton_Inference_Server_Python_API/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ COPY ./deps/requirements_vllm.txt /tmp/requirements_vllm.txt

COPY ./deps/requirements_python_repl.txt /tmp/requirements_python_repl.txt

COPY ./deps/tritonserver-2.46.0.dev0-py3-none-any.whl /tmp/tritonserver-2.46.0.dev0-py3-none-any.whl

RUN pip install --timeout=2000 -r /tmp/requirements.txt

# Finish pyright install
Expand All @@ -51,8 +49,6 @@ RUN pyright --help
RUN find /opt/tritonserver/python -maxdepth 1 -type f -name \
"tritonserver-*.whl" | xargs -I {} pip3 install --force-reinstall --upgrade {}[all]

RUN pip3 install --force-reinstall --upgrade /tmp/tritonserver-2.46.0.dev0-py3-none-any.whl[all]

ARG TRITON_CLI_TAG="0.0.8"

RUN pip install git+https://github.com/triton-inference-server/triton_cli.git@${TRITON_CLI_TAG}
Expand Down

0 comments on commit 8402989

Please sign in to comment.