Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
d058928e
Commit
d058928e
authored
Nov 17, 2017
by
Daniel Scheffler
Browse files
Moved geopandas to pip packages within docker container setup.
parent
e111809c
Pipeline
#1542
failed with stages
in 3 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/CI_docker/context/py_tools_ds_ci.docker
View file @
d058928e
...
...
@@ -10,9 +10,9 @@ RUN /bin/bash -i -c "cd /root; wget https://repo.continuum.io/archive/$anaconda_
# 'conda install --yes -c conda-forge 'icu=58.*' lxml' fixing a bug for conda-forge gdal build, as of 06/2017
RUN
/bin/bash
-i
-c
"source /root/anaconda3/bin/activate ;
\
conda install --yes pyqt ;
\
conda install --yes -c conda-forge numpy gdal scikit-image rasterio pyproj
geopandas
;
\
conda install --yes -c conda-forge numpy gdal scikit-image rasterio pyproj;
\
conda install --yes -c conda-forge 'icu=58.*' lxml ;
\
pip install dicttoxml jsmin cerberus pyprind pint iso8601 tqdm mpld3 sphinx-argparse six spectral
\
pip install
geopandas
dicttoxml jsmin cerberus pyprind pint iso8601 tqdm mpld3 sphinx-argparse six spectral
\
flake8 pycodestyle pylint pydocstyle nose nose2 nose-htmloutput coverage rednose"
# copy some needed stuff to /root
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment