Skip to content

Commit f3a556d

Browse files
committed
Remove outlines from dockerfile
1 parent 9874e53 commit f3a556d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile.tpu

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,4 @@ COPY . /workspace/vllm
1515
ENV VLLM_TARGET_DEVICE="tpu"
1616
RUN cd /workspace/vllm && python setup.py develop
1717

18-
# Re-install outlines to avoid dependency errors.
19-
# The outlines version must follow requirements-common.txt.
20-
RUN pip uninstall outlines -y
21-
RUN pip install "outlines>=0.0.43"
22-
2318
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)