Block a user
neuroham-alpine (latest)
Published 2026-03-11 05:23:43 +03:00 by hdvt
Installation
docker pull gitea.hdvtdev.tech/hdvt/neuroham-alpine:latestsha256:fe7eebbcd9ef8477ea2fe089d5a6b69dfedf3ed1fa672f3368bc9c54c422be72
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ae32dcd9c5 | linux/amd64 | 14 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates libgcc # buildkit |
| WORKDIR /app |
| COPY /app/neuro_ham ./neuro_ham # buildkit |
| CMD ["./neuro_ham"] |