Skip to content

Commit

Permalink
#61 some extra libs and remove old Docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Nov 1, 2017
1 parent 5cd8f4e commit d6be987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ ENV TZ=${TIMEZONE}

ARG LOCALE="en_US.UTF-8"

# ARG ADD_PYTHON_DEB_PACKAGES="python-requests python-tz python-geohash python-numpy python-pandas python-scipy python-seaborn python-matplotlib"
# ARG ADD_PYTHON_DEB_PACKAGES="python-scipy python-seaborn python-matplotlib"
ARG ADD_PYTHON_DEB_PACKAGES=""
# ARG ADD_PYTHON_PIP_PACKAGES="scikit-learn==0.18 influxdb"
# ARG ADD_PYTHON_PIP_PACKAGES="scikit-learn==0.18"
ARG ADD_PYTHON_PIP_PACKAGES=""

# General ENV settings
Expand All @@ -21,7 +21,7 @@ ENV LANG="${LOCALE}"
ENV LANGUAGE="${LOCALE}"
ENV DEBIAN_FRONTEND="noninteractive"
ENV BUILD_DEPS="tzdata locales"
ENV PYTHON_CORE_PACKAGES="python-setuptools python-pip python-lxml python-gdal python-psycopg2 python-jinja2 gdal-bin"
ENV PYTHON_CORE_PACKAGES="cython python-requests python-tz python-numpy python-pandas python-setuptools python-pip python-lxml python-gdal python-psycopg2 python-jinja2 gdal-bin"
ENV PYTHON_TEST_PACKAGES="python-nose2 python-mock"
ENV PYTHON_EXTRA_DEB_PACKAGES="${ADD_PYTHON_DEB_PACKAGES}"
ENV PYTHON_EXTRA_PIP_PACKAGES="${ADD_PYTHON_PIP_PACKAGES}"
Expand Down Expand Up @@ -53,7 +53,7 @@ RUN \
# Optional packages to install via Pip
&& if [ "x${PYTHON_EXTRA_PIP_PACKAGES}" = "x" ] ;\
then \
echo "No extra Pip apackges to install" ;\
echo "No extra Pip packages to install" ;\
else \
pip install ${PYTHON_EXTRA_PIP_PACKAGES} ;\
fi \
Expand Down

0 comments on commit d6be987

Please sign in to comment.