init
This commit is contained in:
10
neuralink/build/service/Dockerfile
Executable file
10
neuralink/build/service/Dockerfile
Executable file
@@ -0,0 +1,10 @@
|
||||
FROM ubuntu:25.04
|
||||
|
||||
RUN apt-get update && apt-get install socat libpqxx-dev libsodium-dev lsb-release -yqq \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --chmod=755 ./server.sh /home/
|
||||
COPY --chmod=755 ./chip_manager_service /home/
|
||||
COPY ./[^scD]* .
|
||||
|
||||
ENTRYPOINT /home/server.sh
|
||||
Reference in New Issue
Block a user