Sign inSign up

guillaumechervet/mlopspython:pr-18-155

Manifest digest

sha256:f882cdfd00ddd5badba9b354cf597630ad75f511284a73f9cdefbd8ce996a7af

OS/ARCH

linux/amd64

Compressed size

1.19 GB

Last pushed

almost 3 years by guillaumechervet

Type

Image

Manifest digest

sha256:f882cdfd00ddd5badba9b354cf597630ad75f511284a73f9cdefbd8ce996a7af

Image Layers

1ADD file ... in / 47.26 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.92 MB
4/bin/sh -c apt-get update &&61.14 MB
5/bin/sh -c set -ex; apt-get201.26 MB
6ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
7ENV LANG=C.UTF-80 B
8RUN /bin/sh -c set -eux;6.09 MB
9ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
10ENV PYTHON_VERSION=3.10.130 B
11RUN /bin/sh -c set -eux;16.35 MB
12RUN /bin/sh -c set -eux;243 B
13ENV PYTHON_PIP_VERSION=23.0.10 B
14ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B
15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe0 B
17RUN /bin/sh -c set -eux;2.94 MB
18CMD ["python3"]0 B
19LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
20COPY requirements.txt /tmp/requirements.txt # buildkit179 B
21RUN /bin/sh -c pip install10.01 MB
22COPY ./start.sh /start.sh # buildkit541 B
23RUN /bin/sh -c chmod +x542 B
24COPY ./gunicorn_conf.py /gunicorn_conf.py # buildkit834 B
25COPY ./start-reload.sh /start-reload.sh # buildkit528 B
26RUN /bin/sh -c chmod +x527 B
27COPY ./app /app # buildkit598 B
28WORKDIR /app/32 B
29ENV PYTHONPATH=/app0 B
30EXPOSE map[80/tcp:{}]0 B
31CMD ["/start.sh"]0 B
32LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
33COPY requirements.txt /tmp/requirements.txt # buildkit196 B
34RUN /bin/sh -c pip install5.04 MB
35COPY ./app /app # buildkit317 B
36WORKDIR /app32 B
37COPY . . # buildkit69.08 MB
38RUN /bin/sh -c python -m774.22 MB
39ENV PATH=/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
40CMD ["python" "index.py"]0 B

Command

ADD file:ce04d6a354feaef93795269c859f36667fce9efda23c61b37d7060263b66ed4e in /