hero_zero (sha256:6d2485c8461d84af557fc5a1e8540373b7a90022986d4b8f8e57028d5e7cbbd0)
Installation
docker pull forge.ourworld.tf/lhumina_code/hero_zero@sha256:6d2485c8461d84af557fc5a1e8540373b7a90022986d4b8f8e57028d5e7cbbd0sha256:6d2485c8461d84af557fc5a1e8540373b7a90022986d4b8f8e57028d5e7cbbd0Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| 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_foundry_ui/ /root/hero/share/hero_foundry_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 (7)
View all