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