update more names

This commit is contained in:
ochafik 2024-06-07 00:21:01 +01:00
parent 9a03341094
commit 8695baebc0
10 changed files with 14 additions and 13 deletions

View file

@ -23,7 +23,7 @@ ENV CUDA_DOCKER_ARCH=${CUDA_DOCKER_ARCH}
# Enable CUDA
ENV LLAMA_CUDA=1
RUN make -j$(nproc) main
RUN make -j$(nproc) llama
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime