Skip to content

Commit

Permalink
BUG: Fix docker image startup issue due to entrypoint (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengjieLi28 authored Sep 2, 2024
1 parent 8c388f6 commit e58bbec
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 194 deletions.
2 changes: 2 additions & 0 deletions xinference/deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ RUN pip install --upgrade -i "$PIP_INDEX" pip && \
# clean packages
pip cache purge

# Overwrite the entrypoint of vllm's base image
ENTRYPOINT []
CMD ["/bin/bash"]
1 change: 1 addition & 0 deletions xinference/deploy/docker/cpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ RUN python -m pip install --upgrade -i "$PIP_INDEX" pip && \
# clean packages
pip cache purge

ENTRYPOINT []
CMD ["/bin/bash"]
Loading

0 comments on commit e58bbec

Please sign in to comment.