10000 update: dockerfile · devcxl/llama-cpp-python@e043578 · GitHub
[go: up one dir, main page]

Skip to content

Commit e043578

Browse files
authored
update: dockerfile
1 parent 3de4460 commit e043578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM debian:12-slim
2-
COPY ./dist/ /bin/
2+
COPY dist/ /usr/local/bin/
33
VOLUME ["/data/"]
44
ENTRYPOINT [ "llama-server" ]

0 commit comments

Comments
 (0)
0