Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyNiccolson committed Jul 2, 2018
1 parent 1cf778e commit be2bbb3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
# Upgrade pip
RUN pip install --upgrade pip

RUN echo "$PWD"

WORKDIR /usr/src/app/astroplant-kit
RUN echo "$PWD"

# Install AP kit library
RUN pip install git+git://github.com/astroplant/astroplant-api-python-client.git#egg=astroplant-client

RUN python /usr/src/app/astroplant-kit/setup.py install
RUN cd /usr/src/app/astroplant-kit/ && pip install -e .

WORKDIR /usr/src/app/astroplant-peripheral-device-library

Expand All @@ -54,7 +51,7 @@ RUN pip install pyserial==3.4
RUN pip install rpi.gpio==0.6.3
RUN pip install git aw1thermsensor==1.0.5

RUN python setup.py install
RUN cd /usr/src/app/astroplant-peripheral-device-library/ && pip install -e .

# -- End of astroplant-client section -- #

Expand Down

0 comments on commit be2bbb3

Please sign in to comment.