Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gitanjali Thakur
Fpar DATA
Commits
dfb74581
Commit
dfb74581
authored
May 12, 2020
by
gitanjali Thakur
Browse files
Merge branch 'patch-1' into 'master'
Install gdal for docker and jupyterlab See merge request
!1
parents
ab172b32
e76b0e78
Pipeline
#31608
passed with stage
in 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
dfb74581
...
...
@@ -7,12 +7,20 @@ FROM renku/renkulab:renku0.10.2-py3.7-0.6.1
# e.g. the following installs apt-utils and vim; each pkg on its own line, all lines
# except for the last end with backslash '\' to continue the RUN line
#
# USER root
USER
root
RUN
apt-get update
&&
\
apt-get
install
-y
proj-bin libgdal-dev libproj-dev gdal-bin python3-gdal python3-dev python-dev
ENV
CPLUS_INCLUDE_PATH=/usr/include/gdal/
ENV
C_INCLUDE_PATH=/usr/include/gdal/
# RUN apt-get update && \
# apt-get install -y --no-install-recommends \
# apt-utils \
# vim
# USER ${NB_USER}
USER
${NB_USER}
# install the python dependencies
COPY
requirements.txt environment.yml /tmp/
...
...
requirements.txt
View file @
dfb74581
numpy
pandas
GDAL
==2.2.3
\ No newline at end of file
Write
Preview
Markdown
is supported
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