Block a user
carimage_documents (250807-1643)
Published 2025-08-07 16:53:19 +09:00 by carauction
Installation
docker pull dev-gitea.car-auction.co.kr/carauction/carimage_documents:250807-1643sha256:65746098a9b276c5a6d91feef711e586c606408084649c06305635a6d453fa4fImage Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:1b6c8c9518be42fa2afe5e241ca31677fce58d27cdfa88baa91a65a259be3637 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| ENV LANG=C.UTF-8 |
| COPY setup.sources.sh /setup.sources.sh # buildkit |
| COPY setup.packages.sh /setup.packages.sh # buildkit |
| COPY cpu.packages.txt /cpu.packages.txt # buildkit |
| RUN /bin/sh -c /setup.sources.sh # buildkit |
| RUN /bin/sh -c /setup.packages.sh /cpu.packages.txt # buildkit |
| ARG PYTHON_VERSION=python3.11 |
| ARG TENSORFLOW_PACKAGE=tensorflow-cpu==2.19.0 |
| COPY setup.python.sh /setup.python.sh # buildkit |
| COPY cpu.requirements.txt /cpu.requirements.txt # buildkit |
| RUN |2 PYTHON_VERSION=python3.11 TENSORFLOW_PACKAGE=tensorflow-cpu==2.19.0 /bin/sh -c /setup.python.sh $PYTHON_VERSION /cpu.requirements.txt # buildkit |
| RUN |2 PYTHON_VERSION=python3.11 TENSORFLOW_PACKAGE=tensorflow-cpu==2.19.0 /bin/sh -c pip install --no-cache-dir ${TENSORFLOW_PACKAGE} # buildkit |
| COPY bashrc /etc/bash.bashrc # buildkit |
| RUN |2 PYTHON_VERSION=python3.11 TENSORFLOW_PACKAGE=tensorflow-cpu==2.19.0 /bin/sh -c chmod a+rwx /etc/bash.bashrc # buildkit |
| WORKDIR /workspace |
| RUN /bin/sh -c pip install fastapi uvicorn python-multipart pillow python-dotenv # buildkit |
| COPY web web # buildkit |
| COPY saved_model saved_model # buildkit |
| EXPOSE map[8000/tcp:{}] |
| WORKDIR /workspace/web |
| CMD ["uvicorn" "main:app" "--host" "0.0.0.0" "--port" "8000"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |
Details
2025-08-07 16:53:19 +09:00
Versions (5)
View all
Container
1
OCI / Docker
linux/amd64
830 MiB
250811-1004
2025-08-11
250811-0956
2025-08-11
250811-0936
2025-08-11
250807-1935
2025-08-07
250807-1643
2025-08-07