Skip to content
Snippets Groups Projects
Commit 2fc98b98 authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

installation as described here...

parent b4123a22
No related branches found
No related tags found
2 merge requests!3Launch script,!2Refactoring : all scripts in Dockerfiles/python/scripts
Pipeline #43423 failed
...@@ -7,9 +7,11 @@ COPY ./scripts/requirements.txt requirements.txt ...@@ -7,9 +7,11 @@ COPY ./scripts/requirements.txt requirements.txt
# for pyproj dependency # for pyproj dependency
# RUN export PROJ_DIR=/usr/share/pyproj # RUN export PROJ_DIR=/usr/share/pyproj
RUN rm -f Pipfile
RUN export PROJ_DIR=/usr/local RUN export PROJ_DIR=/usr/local
RUN export PROJ_DIR=/app
RUN export PROJ_WHEEL=true
RUN pip install pyproj RUN pip install pyproj
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY ./scripts ./ COPY ./scripts ./
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment