neuralink: Rewritten in python

This commit is contained in:
pwn
2025-12-14 11:22:42 +03:00
parent ccdba13658
commit a378c25871
11 changed files with 24854 additions and 3 deletions

4
neuralink/build/service/Dockerfile Executable file → Normal file
View File

@@ -1,10 +1,10 @@
FROM ubuntu:25.04
RUN apt-get update && apt-get install socat libpqxx-dev libsodium-dev lsb-release -yqq \
RUN apt-get update && apt-get install socat libpqxx-dev libsodium-dev lsb-release python3 -yqq \
&& rm -rf /var/lib/apt/lists/*
COPY --chmod=755 ./server.sh /home/
COPY --chmod=755 ./chip_manager_service /home/
COPY --chmod=755 ./security_service.py /home/
COPY ./[^scD]* .
ENTRYPOINT /home/server.sh