Skip to content

Commit

Permalink
add libpthread-stubs0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xwu99 committed Jan 17, 2024
1 parent 3b09a6e commit 0cdb27b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/docker/Dockerfile.vllm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /root/llm-on-ray

RUN --mount=type=cache,target=/var/cache/apt apt-get update -y \
&& apt-get install -y build-essential cmake wget curl git vim htop ssh net-tools \
&& apt-get install -y libpthread-stubs0-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 0cdb27b

Please sign in to comment.