Dexorder

dexorder/ai-sandbox (latest)

Published 2026-04-29 00:13:58 +00:00 by tim

Installation

docker pull git.dxod.org/dexorder/dexorder/ai-sandbox:latest
sha256:2807c9c5726552b60b70f832cde59cd0deca40de379aba644c57f02abc3e415c

About this package

Repository of Docker images created by Anaconda

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'
LABEL maintainer=Anaconda, Inc
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
RUN /bin/sh -c apt-get update -q && apt-get install -q -y --no-install-recommends bzip2 ca-certificates git libglib2.0-0 libsm6 libxext6 libxrender1 mercurial openssh-client procps subversion wget && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
CMD ["/bin/bash"]
ARG INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py313_26.1.1-1-Linux-x86_64.sh
ARG SHA256SUM_LINUX64=f6dfb5b59614fd7b2956b240b2575a9d58203ec7f7a99f85128158a0fdc5c1d7
ARG INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py313_26.1.1-1-Linux-aarch64.sh
ARG SHA256SUM_AARCH64=07c82b5aec04d5f0f3e4b246835b6bc85e104821cbcb0a059c7ea80f028503f4
RUN |4 INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py313_26.1.1-1-Linux-x86_64.sh SHA256SUM_LINUX64=f6dfb5b59614fd7b2956b240b2575a9d58203ec7f7a99f85128158a0fdc5c1d7 INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py313_26.1.1-1-Linux-aarch64.sh SHA256SUM_AARCH64=07c82b5aec04d5f0f3e4b246835b6bc85e104821cbcb0a059c7ea80f028503f4 /bin/sh -c set -x && UNAME_M="$(uname -m)" && if [ "${UNAME_M}" = "x86_64" ]; then INSTALLER_URL="${INSTALLER_URL_LINUX64}"; SHA256SUM="${SHA256SUM_LINUX64}"; elif [ "${UNAME_M}" = "aarch64" ]; then INSTALLER_URL="${INSTALLER_URL_AARCH64}"; SHA256SUM="${SHA256SUM_AARCH64}"; fi && wget "${INSTALLER_URL}" -O miniconda.sh -q && echo "${SHA256SUM} miniconda.sh" > shasum && sha256sum --check --status shasum && mkdir -p /opt && bash miniconda.sh -b -p /opt/conda && rm miniconda.sh shasum && ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && echo "conda activate" >> ~/.bashrc && /opt/conda/bin/conda tos accept && /opt/conda/bin/conda remove --force-remove -y conda-anaconda-tos && rm -rf ~/.conda/tos && find /opt/conda/ -follow -type f -name '*.a' -delete && find /opt/conda/ -follow -type f -name '*.js.map' -delete && /opt/conda/bin/conda clean -afy # buildkit
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libzmq5 git && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd -r dexorder && useradd -r -g dexorder -u 1000 dexorder # buildkit
COPY /build/env /opt/conda/envs/dexorder # buildkit
COPY dexorder/ /app/dexorder/ # buildkit
COPY main.py /app/ # buildkit
COPY environment.yml /app/ # buildkit
COPY /build/dexorder/generated/ /app/dexorder/generated/ # buildkit
RUN /bin/sh -c mkdir -p /app/config /app/secrets /app/data && chown -R root:root /app && chmod -R 755 /app && chown dexorder:dexorder /app/data && chmod 700 /app/data # buildkit
RUN /bin/sh -c mkdir -p /tmp && chmod 1777 /tmp # buildkit
COPY entrypoint.sh /app/ # buildkit
RUN /bin/sh -c chmod 755 /app/entrypoint.sh && chown root:root /app/entrypoint.sh # buildkit
USER dexorder
ENV PYTHONPATH=/app PYTHONUNBUFFERED=1 MPLCONFIGDIR=/tmp NUMBA_CACHE_DIR=/tmp/numba_cache LOG_LEVEL=INFO CONFIG_PATH=/app/config/config.yaml SECRETS_PATH=/app/config/secrets.yaml ZMQ_XPUB_PORT=5570 ZMQ_GATEWAY_ENDPOINT=tcp://gateway:5571 MCP_SERVER_NAME=dexorder-user MCP_TRANSPORT=sse MCP_HTTP_PORT=3000 MCP_HTTP_HOST=0.0.0.0 IDLE_TIMEOUT_MINUTES=15 ENABLE_IDLE_SHUTDOWN=true
HEALTHCHECK &{["CMD-SHELL" "/opt/conda/envs/dexorder/bin/python -c \"import sys; sys.exit(0)\""] "30s" "5s" "10s" "0s" '\x03'}
ENTRYPOINT ["/app/entrypoint.sh"]

Labels

Key Value
maintainer Anaconda, Inc
org.opencontainers.image.created 2026-03-06T18:21:32.483Z
org.opencontainers.image.description Repository of Docker images created by Anaconda
org.opencontainers.image.licenses
org.opencontainers.image.revision d1e55b7f050f6165acfc2144cac8df0534a45dc4
org.opencontainers.image.source https://github.com/anaconda/docker-images
org.opencontainers.image.title docker-images
org.opencontainers.image.url https://github.com/anaconda/docker-images
org.opencontainers.image.version 26.1.1-1
Details
Container
2026-04-29 00:13:58 +00:00
2
OCI / Docker
linux/amd64
1.0 GiB
Versions (23) View all
latest 2026-04-29
43aeba0b 2026-04-29
b4e99744 2026-04-29
77e9ad7f 2026-04-28
2fded95b 2026-04-28