Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f7f4fa8

Browse filesBrowse 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
Copy full SHA for f7f4fa8

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎docker/simple/Dockerfile

Copy file name to clipboardExpand all lines: docker/simple/Dockerfile
+4-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.