Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -23,12 +23,8 @@ ENV CUDA_DOCKER_ARCH=${CUDA_DOCKER_ARCH}
|
|
23 |
# Enable cuBLAS
|
24 |
ENV LLAMA_CUBLAS=1
|
25 |
|
26 |
-
RUN make
|
27 |
-
|
28 |
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
|
29 |
|
30 |
-
COPY --from=build /app/main /main
|
31 |
-
|
32 |
# Install build and runtime dependencies
|
33 |
RUN apt-get update && \
|
34 |
apt-get install -y \
|
|
|
23 |
# Enable cuBLAS
|
24 |
ENV LLAMA_CUBLAS=1
|
25 |
|
|
|
|
|
26 |
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
|
27 |
|
|
|
|
|
28 |
# Install build and runtime dependencies
|
29 |
RUN apt-get update && \
|
30 |
apt-get install -y \
|