Skip to content

Commit

Permalink
Merge pull request #46 from WorldCereal/develop
Browse files Browse the repository at this point in the history
Prepare release udpate 0.3.8
  • Loading branch information
Fahdben authored Jun 14, 2022
2 parents acb81d0 + f7d0256 commit 9a89f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ COPY worldcereal-${WORLDCEREAL_CLASSIF_VERSION}.tar.gz /tmp
RUN ${EWOC_CLASSIF_VENV}/bin/pip install "pygdal==$(gdal-config --version).*" --no-cache-dir\
&& ${EWOC_CLASSIF_VENV}/bin/pip install /tmp/worldcereal-${WORLDCEREAL_CLASSIF_VERSION}.tar.gz --no-cache-dir --extra-index-url https://artifactory.vgt.vito.be/api/pypi/python-packages/simple

ARG EWOC_CLASSIF_DOCKER_VERSION='0.3.7'
ARG EWOC_CLASSIF_DOCKER_VERSION='0.3.8'
ENV EWOC_CLASSIF_DOCKER_VERSION=${EWOC_CLASSIF_DOCKER_VERSION}
LABEL version=${EWOC_CLASSIF_DOCKER_VERSION}
LABEL EWOC_CLASSIF="${WORLDCEREAL_CLASSIF_VERSION}"

ARG EWOC_CLASSIF_VERSION=0.5.4
ARG EWOC_CLASSIF_VERSION=0.5.5
ARG EWOC_DAG=0.7.5
COPY ewoc_classif-${EWOC_CLASSIF_VERSION}.tar.gz /tmp
COPY ewoc_dag-${EWOC_DAG}.tar.gz /tmp
Expand Down

0 comments on commit 9a89f32

Please sign in to comment.