Skip to content

Commit

Permalink
fix: add requirement.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Jul 31, 2024
1 parent 4e78530 commit 6a2b39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat/cuda/amd64/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ USER root
RUN dnf install -y gcc-toolset-13-gcc gcc-toolset-13-gcc-c++
USER 1001
WORKDIR /locallm
COPY requirements.txt .
COPY run.sh .
ENV CMAKE_ARGS="-DGGML_CUDA=on -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DLLAMA_F16C=OFF"
ENV FORCE_CMAKE=1
Expand Down

0 comments on commit 6a2b39c

Please sign in to comment.