File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ RUN pip install -r requirements.txt
1616# Copy our application source code
1717COPY ./homl_server ./
1818COPY ./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
2424ARG HOML_SERVER_VERSION=dev
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ RUN pip install -r requirements.txt
1717ENV ACCELERATOR=CUDA
1818# Copy our application source code
1919COPY ./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
2424WORKDIR /app/homl_server
2525ARG HOML_SERVER_VERSION=dev
You can’t perform that action at this time.
0 commit comments