Skip to content

Commit

Permalink
ci: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jcudit committed Sep 12, 2024
1 parent 05eef47 commit a1649df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile-cuda
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM ghcr.io/huggingface/text-embeddings-inference:1.4.0 AS debugee
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
gdb \
procps \
binutils &&
rm -rf /var/lib/apt/lists/*
binutils && rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["gdbserver", "0.0.0.0:9000", "text-embeddings-router", "--json-output"]

0 comments on commit a1649df

Please sign in to comment.