Skip to content

Commit

Permalink
fix geokube version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Aug 20, 2024
1 parent c66a62c commit 2892c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG REGISTRY=rg.fr-par.scw.cloud/geokube
#ARG TAG=v0.2.6b2
ARG TAG=2024.05.03.10.36
ARG TAG=latest
FROM $REGISTRY/geokube:$TAG

COPY dist/intake_geokube-0.1a0-py3-none-any.whl /

RUN pip3.10 install /intake_geokube-0.1a0-py3-none-any.whl
RUN pip install /intake_geokube-0.1a0-py3-none-any.whl
RUN rm /intake_geokube-0.1a0-py3-none-any.whl

0 comments on commit 2892c10

Please sign in to comment.