mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-23 17:16:44 +07:00
Initial working version of Dockerfile
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
FROM ubuntu:focal
|
||||
ENTRYPOINT /bin/bash ./entrypoint.sh
|
||||
COPY setup.sh /setup.sh
|
||||
RUN ./setup.sh
|
||||
|
||||
1
docker/entrypoint.sh → docker/setup.sh
Normal file → Executable file
1
docker/entrypoint.sh → docker/setup.sh
Normal file → Executable file
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Dependencies
|
||||
apt update
|
||||
apt install -y python3 pip git curl wget nano sudo # python3-tk
|
||||
|
||||
# Better than using the default from Rockchip
|
||||
Reference in New Issue
Block a user