hero_zero (sha256:1cdc157ed34635e761f085458f1f20c5b8bcbabdec4fa3d3df4097abbc4f4bbe)
Installation
docker pull forge.ourworld.tf/lhumina_code/hero_zero@sha256:1cdc157ed34635e761f085458f1f20c5b8bcbabdec4fa3d3df4097abbc4f4bbesha256:1cdc157ed34635e761f085458f1f20c5b8bcbabdec4fa3d3df4097abbc4f4bbeImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 curl iproute2 socat git chromium chromium-sandbox fonts-liberation libnss3 libgbm1 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY hero_services/dist/bin/ /root/hero/bin/ # buildkit |
| COPY hero_services/dist/lib/ /root/hero/lib/ # buildkit |
| COPY hero_services/dist/share/ /root/hero/share/ # buildkit |
| COPY hero_services/dist/var/ /root/hero/var/ # buildkit |
| COPY hero_services/dist/services/ /root/hero/services/ # buildkit |
| COPY hero_services/dist/templates/hero_redis/ /src/lhumina_code/hero_redis/crates/hero_redis_ui/templates/ # buildkit |
| COPY hero_services/dist/templates/hero_forge_ui/ /root/hero/share/hero_forge_ui/src/static/ # buildkit |
| COPY hero_services/dist/templates/hero_aibroker/ /src/lhumina_code/hero_aibroker/crates/hero_aibroker_ui/templates/ # buildkit |
| ENV PATH=/root/hero/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV LD_LIBRARY_PATH=/root/hero/lib |
| ENV ORT_DYLIB_PATH=/root/hero/lib/libonnxruntime.so |
| ENV HERO_OS_ASSETS=/root/hero/share/hero_os/public |
| ENV HERO_OS_ISLANDS=/root/hero/share/hero_os/islands |
| ENV HERO_SERVICES_ROOT=/root/hero |
| COPY hero_services/docker/entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| EXPOSE [3030/tcp 3350/tcp 3388/tcp 3875/tcp 6666/tcp 8201/tcp 8804/tcp 8805/tcp 8881/tcp 8883/tcp] |
| ENTRYPOINT ["/entrypoint.sh"] |
Details
Versions (6)
View all