ilhooq commited on
Commit
c5e8573
1 Parent(s): 3a66347
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ FROM ubuntu:$UBUNTU_VERSION as runtime
18
  RUN apt-get update && \
19
  apt-get install -y libcurl4-openssl-dev
20
 
21
- COPY --from=build /app/server /server
22
 
23
  ENV LC_ALL=C.utf8
24
 
 
18
  RUN apt-get update && \
19
  apt-get install -y libcurl4-openssl-dev
20
 
21
+ COPY --from=build /llama.cpp/server /server
22
 
23
  ENV LC_ALL=C.utf8
24