Skip to content

Commit

Permalink
[docker] upgrade neuron vllm to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sindhuvahinis committed Nov 4, 2024
1 parent 481f184 commit bf4b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serving/docker/pytorch-inf2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ARG pydantic_version=2.6.1
ARG optimum_neuron_version=0.0.24
ARG huggingface_hub_version=0.25.2
# %2B is the url escape for the '+' character
ARG vllm_wheel="https://publish.djl.ai/neuron_vllm/vllm-0.6.0%2Bnightly-py3-none-any.whl"
ARG vllm_wheel="https://publish.djl.ai/neuron_vllm/vllm-0.6.2%2Bnightly-py3-none-any.whl"
EXPOSE 8080

# Sets up Path for Neuron tools
Expand Down

0 comments on commit bf4b24b

Please sign in to comment.