matthoffner commited on
Commit
274af50
·
verified ·
1 Parent(s): 572e6c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \