mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-24 01:26:44 +07:00
Update Dockerfile
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
FROM ubuntu:focal
|
FROM ubuntu:focal
|
||||||
|
|
||||||
COPY setup.sh /setup.sh
|
COPY setup.sh /setup.sh
|
||||||
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
RUN ./setup.sh
|
RUN ./setup.sh
|
||||||
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user