projet_clolery (1.17)
Published 2024-10-09 15:31:24 +02:00 by cecotiere-ensae
Installation
docker pull code.groupe-genes.fr/labeds/projet_clolery:1.17
sha256:96bfae262e0e356d2460916075524a40cd3fdfde3843a448cd8ee5f522c6ea78
Image Layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=22.04 |
ADD file:ebe009f86035c175ba244badd298a2582914415cf62783d510eab3a311a5d4e1 in / |
CMD ["/bin/bash"] |
RUN apt-get update && apt-get -y install python3-pip git libpq-dev |
ADD . /opt/otree |
RUN pip3 install -r requirements.txt |
Labels
Key | Value |
---|---|
org.opencontainers.image.ref.name | ubuntu |
org.opencontainers.image.version | 22.04 |