bi

identity_gender (latest)

Published 2023-08-24 14:40:48 +00:00 by cicd

Installation

docker pull git.d.aiengines.ir/bi/identity_gender:latest
sha256:de348596619be87e3fe48d4135921281aba15d700e7abde16708163b2dc6cf5e

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=20.04
ADD file:d05d1c0936b046937bd5755876db2f8da3ed8ccbcf464bb56c312fbc7ed78589 in /
CMD ["/bin/bash"]
ARG PYTORCH_VERSION
ARG TRITON_VERSION
ARG TARGETPLATFORM
ARG CUDA_VERSION
LABEL com.nvidia.volumes.needed=nvidia_driver
RUN |4 PYTORCH_VERSION=2.0.1 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=11.7.0 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates libjpeg-dev libpng-dev && rm -rf /var/lib/apt/lists/* # buildkit
COPY /opt/conda /opt/conda # buildkit
RUN |4 PYTORCH_VERSION=2.0.1 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=11.7.0 /bin/sh -c if test -n "${TRITON_VERSION}" -a "${TARGETPLATFORM}" != "linux/arm64"; then DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends gcc; rm -rf /var/lib/apt/lists/*; fi # buildkit
ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64
ENV PYTORCH_VERSION=2.0.1
WORKDIR /workspace
WORKDIR /app
COPY file:b460fe35d406305ded30f3330b7bcb077d1118bf5d48cf057a79251047ec4dcb in .
/bin/sh -c pip install transformers pillow && python setup.py
COPY file:6dc0a8c61275a10c775256003af4546d5d3dc79e44ea4c1ce9ee259f5b4ed0bb in ./
/bin/sh -c pip --default-timeout=1000 install -r requirements.txt
COPY dir:1161e19ce83031f6bb2b2e8931d05b6ca3dd16359ac5291b5ce736a0f8251975 in .
CMD ["python" "main.py"]
LABEL org.opencontainers.image.created=2023-08-24T14:36:21Z
LABEL org.opencontainers.image.revision=22c8643ef23db26c1febfdfa4f1546e33983cb58
LABEL org.opencontainers.image.source=https://git.d.aiengines.ir/bi/identity_gender.git
LABEL org.opencontainers.image.url=https://git.d.aiengines.ir/bi/identity_gender

Labels

Key Value
com.nvidia.volumes.needed nvidia_driver
org.opencontainers.image.created 2023-08-24T14:36:21Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 22c8643ef23db26c1febfdfa4f1546e33983cb58
org.opencontainers.image.source https://git.d.aiengines.ir/bi/identity_gender.git
org.opencontainers.image.url https://git.d.aiengines.ir/bi/identity_gender
org.opencontainers.image.version 20.04
Details
Container
2023-08-24 14:40:48 +00:00
0
OCI / Docker
linux/amd64
3.4 GiB
Versions (5) View all
latest 2023-08-24
v13 2023-08-24
v12 2023-08-24
v2 2023-08-21
v1 2023-08-21