Skip to content

Commit

Permalink
BUG: docker compose failed due to empty entrypoint (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengjieLi28 authored Aug 28, 2024
1 parent 5216e6f commit b91aae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xinference/deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ RUN pip install --upgrade -i "$PIP_INDEX" pip && \
# clean packages
pip cache purge

ENTRYPOINT []
CMD ["/bin/bash"]
2 changes: 2 additions & 0 deletions xinference/deploy/docker/cpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ RUN python -m pip install --upgrade -i "$PIP_INDEX" pip && \
pip install -i "$PIP_INDEX" --no-deps "." && \
# clean packages
pip cache purge

CMD ["/bin/bash"]

0 comments on commit b91aae8

Please sign in to comment.