Skip to content

Commit 5c93d41

Browse files
committed
no need for patch
1 parent c6d562f commit 5c93d41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

server/Dockerfile.cpu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ RUN pip install -r requirements.txt
1616
# Copy our application source code
1717
COPY ./homl_server ./
1818
COPY ./homl_server ./homl_server
19-
COPY ./vllm_patches ./patches
19+
# COPY ./vllm_patches ./patches
2020

21-
RUN cd /usr/local/lib/python3.12/dist-packages/vllm && patch -p1 < /app/patches/registry.patch
21+
# RUN cd /usr/local/lib/python3.12/dist-packages/vllm && patch -p1 < /app/patches/registry.patch
2222

2323

2424
ARG HOML_SERVER_VERSION=dev

server/Dockerfile.cuda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN pip install -r requirements.txt
1717
ENV ACCELERATOR=CUDA
1818
# Copy our application source code
1919
COPY ./homl_server ./homl_server
20-
COPY ./vllm_patches ./patches
20+
#COPY ./vllm_patches ./patches
2121

22-
RUN cd /usr/local/lib/python3.12/dist-packages/vllm && patch -p1 < /app/patches/registry.patch
22+
#RUN cd /usr/local/lib/python3.12/dist-packages/vllm && patch -p1 < /app/patches/registry.patch
2323

2424
WORKDIR /app/homl_server
2525
ARG HOML_SERVER_VERSION=dev

0 commit comments

Comments
 (0)