Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniele <36171005+dtrifiro@users.noreply.github.com>
  • Loading branch information
prashantgupta24 and dtrifiro authored Jun 24, 2024
1 parent 499d9f1 commit 145a5ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN curl -LO https://github.com/jedisct1/libsodium/releases/download/${LIBSODIUM
&& rm -f libsodium*.tar.gz \
&& mv libsodium*/* ./

RUN ./configure && make && make check
RUN ./configure --prefix="/usr/" && make && make check

## Release #####################################################################
FROM python-install AS vllm-openai
Expand All @@ -165,7 +165,6 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/workspace/dist \
RUN --mount=type=bind,from=libsodium-builder,src=/usr/src/libsodium,target=/usr/src/libsodium \
cd /usr/src/libsodium \
&& make install
ENV LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

ENV HF_HUB_OFFLINE=1 \
PORT=8000 \
Expand Down

0 comments on commit 145a5ec

Please sign in to comment.