Skip to content

Commit

Permalink
Added numpy for SPC
Browse files Browse the repository at this point in the history
  • Loading branch information
t-book committed Jul 1, 2019
1 parent 116937f commit 0d78201
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/spcgeonode/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ RUN echo "Updating apt-get" && \

# Install python dependencies
RUN echo "Geonode python dependencies"
RUN pip install pygdal==$(gdal-config --version).*
RUN pip install celery==4.1.0 # see https://github.com/GeoNode/geonode/pull/3714

# Install geonode dependencies
ADD requirements.txt /requirements.txt
RUN pip install -r requirements.txt
RUN rm requirements.txt

# Install pygdal (after requirements https://github.com/GeoNode/geonode/pull/4599)
RUN pip install pygdal==$(gdal-config --version).*

# Install geonode
RUN mkdir /spcgeonode
WORKDIR /spcgeonode/
Expand Down

0 comments on commit 0d78201

Please sign in to comment.