Skip to content

Commit

Permalink
updated drivers Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Jan 22, 2025
1 parent 54a2d4f commit 1c82761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ARG REGISTRY=rg.fr-par.scw.cloud/geokube
ARG TAG=v0.2.7.1
FROM $REGISTRY/geokube:$TAG

COPY dist/intake_geokube-0.1a0-py3-none-any.whl /
RUN pip install /intake_geokube-0.1a0-py3-none-any.whl --break-system-packages
RUN rm /intake_geokube-0.1a0-py3-none-any.whl
ADD . /opt/intake_geokube
RUN pip install /opt/intake_geokube --break-system-packages
RUN rm -rf /opt/intake_geokube

0 comments on commit 1c82761

Please sign in to comment.