Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to v0.6.3.post1 #36

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This vLLM Dockerfile is used to construct image that can build and run vLLM on x86 CPU platform.
ARG VERSION=0.6.3
ARG VERSION=0.6.3.post1
FROM ubuntu:22.04 AS cpu-test-1
ARG VERSION

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.tpu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG NIGHTLY_DATE="20240828"
ARG BASE_IMAGE="us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_3.10_tpuvm_$NIGHTLY_DATE"
ARG VERSION=0.6.3
ARG VERSION=0.6.3.post1
FROM $BASE_IMAGE
ARG VERSION
WORKDIR /workspace
Expand All @@ -26,4 +26,4 @@ RUN --mount=type=cache,target=/root/.cache/pip \
-r requirements-tpu.txt
RUN cd /workspace/vllm && python3 setup.py develop

CMD ["/bin/bash"]
CMD ["/bin/bash"]