Skip to content

Commit 747c73e

Browse files
Update compose/local/django/Dockerfile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ae146e9 commit 747c73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/local/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ COPY --from=python-build-stage /usr/src/app/wheels /wheels/
8787
RUN pip install --no-cache-dir --no-index --find-links=/wheels/ $(find /wheels/ -name "*.whl" ! -name "llama_cpp_python*") \
8888
&& rm -rf /wheels/
8989

90-
# Install llama-cpp-python with specific CMAKE flags for Kubernetes nodes with our without AVX support
90+
# Install llama-cpp-python with specific CMAKE flags for Kubernetes nodes with or without AVX support
9191
RUN if [ "${DISABLE_AVX}" = "true" ]; then \
9292
CMAKE_ARGS='-DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DLLAMA_F16C=OFF -DLLAMA_OPENMP=ON' pip install llama-cpp-python==${LLAMA_VERSION} --force-reinstall --no-cache-dir; \
9393
else \

0 commit comments

Comments
 (0)