10000 feat(ci): Update simple Dockerfile (#1459) · coderonion/llama-cpp-python@f7f4fa8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7f4fa8

Browse files
yenturomer.yenturabetlen
authored
feat(ci): Update simple Dockerfile (abetlen#1459)
Co-authored-by: omer.yentur <omer.yentur@krontech.com> Co-authored-by: Andrei <abetlen@gmail.com>
1 parent 08f2bb3 commit f7f4fa8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/simple/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ COPY . /app
2323

2424
RUN python3 -m pip install --upgrade pip
2525

26-
RUN make deps && make build && make clean
26+
RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context
27+
28+
RUN pip install llama-cpp-python --verbose;
2729

2830
# Set environment variable for the host
2931
ENV HOST=0.0.0.0
@@ -33,4 +35,4 @@ ENV PORT=8000
3335
EXPOSE 8000
3436

3537
# Run the server start script
36-
CMD ["/bin/sh", "/app/docker/simple/run.sh"]
38+
CMD ["/bin/sh", "/app/run.sh"]

0 commit comments

Comments
 (0)
0