Skip to content

Commit

Permalink
simplify docker file somewhat
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofbits committed Nov 25, 2019
1 parent 4635ca1 commit 12b4fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ VOLUME ["/root/.config"]
# Setup local application dependencies
COPY . /opt/project
RUN pip install cython
RUN pip install https://codeload.github.com/GlobalFishingWatch/pipe-tools/tar.gz/v3.0.0#egg=pipe-tools
RUN pip install https://codeload.github.com/Skytruth/gpsdio-segment/tar.gz/v0.19-dev
RUN pip install https://codeload.github.com/GlobalFishingWatch/ShipDataProcess/tar.gz/06b8495f55c6a44306ca9865b4c07d51d7ad5a7b#egg=shipdataprocess
RUN pip install --process-dependency-links -e .
RUN pip install -r requirements.txt
RUN pip install -e .

# Setup the entrypoint for quickly executing the pipelines
ENTRYPOINT ["scripts/run.sh"]
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cython
https://codeload.github.com/GlobalFishingWatch/gpsdio-segment/tar.gz/v0.19-dev
https://codeload.github.com/GlobalFishingWatch/pipe-tools/tar.gz/v3.0.0
https://codeload.github.com/GlobalFishingWatch/gpsdio-segment/tar.gz/v0.19-dev#egg=gpsdio-segment
https://codeload.github.com/GlobalFishingWatch/pipe-tools/tar.gz/v3.0.0#egg=pipe-tools
https://codeload.github.com/GlobalFishingWatch/ShipDataProcess/tar.gz/06b8495f55c6a44306ca9865b4c07d51d7ad5a7b#egg=shipdataprocess

0 comments on commit 12b4fcc

Please sign in to comment.