Skip to content
Snippets Groups Projects
Verified Commit 9e5730c9 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[MapCareTech] Fix pip version requirement for umap

parent 27ae0614
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ WORKDIR /srv/umap
COPY requirements-docker.txt .
# Get uMap
RUN pip install umap-project=${UMAP_VERSION}
RUN pip install umap-project==${UMAP_VERSION}
# Install Docker dependencies
RUN pip install -r requirements-docker.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment