basemap version up, code up

This commit is contained in:
Mike 2019-06-29 11:38:57 -04:00
parent d92a5060b1
commit 2a068c3cf4
3 changed files with 4 additions and 4 deletions

View file

@ -192,11 +192,11 @@ RUN cd /usr/local/source/ \
&& pip install pandas \
&& pip install numpy \
&& pip install shapely \
&& pip install https://github.com/matplotlib/basemap/archive/v1.1.0.tar.gz \
&& pip install git+https://github.com/matplotlib/basemap \
&& pip install -e . \
&& mkdir -p /usr/local/source/web-api/.vizierdb
ENV PULL_CODE=8
ENV PULL_CODE=9
RUN cd /usr/local/source/web-api \
&& git pull

View file

@ -88,7 +88,7 @@ RUN curl -sL "https://github.com/sbt/sbt/releases/download/v0.13.15/sbt-0.13.15.
RUN cd /usr/local/source/mimir \
&& ../sbt/bin/sbt "runMimirVizier -X LOG LOGM remoteSpark NO-VISTRAILS"
ENV PULL_CODE=12
ENV PULL_CODE=13
RUN cd /usr/local/source/mimir \
&& git pull \

View file

@ -33,7 +33,7 @@ ENV API_BASIC_AUTH=false
#setup production web-ui branch
RUN mkdir /usr/local/source/ \
&& cd /usr/local/source/ \
&& echo 'test8' \
&& echo 'test12' \
&& git clone https://github.com/VizierDB/web-ui.git \
&& cd /usr/local/source/web-ui \
&& git checkout -b local_$UI_BRANCH origin/$UI_BRANCH \