mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-23 17:16:44 +07:00
8 lines
123 B
Docker
8 lines
123 B
Docker
FROM ubuntu:focal
|
|
|
|
COPY setup.sh /setup.sh
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
RUN ./setup.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|