-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from CMCC-Foundation/feature_34
Feature 34 Hotfix
- Loading branch information
Showing
6 changed files
with
43 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
networkx | ||
pydantic<2.0.0 | ||
pydantic<2.0.0 | ||
psycopg2-binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
ARG REGISTRY=rg.fr-par.scw.cloud/geokube | ||
# ARG TAG=v0.2.6b1 | ||
ARG TAG=latest | ||
FROM $REGISTRY/geokube:$TAG | ||
RUN conda install -c conda-forge --yes --freeze-installed intake=0.6.6 | ||
RUN conda clean -afy | ||
|
||
COPY dist/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 | ||
RUN rm /intake_geokube-0.1a0-py3-none-any.whl |