Skip to content

Commit

Permalink
dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandaele committed Mar 21, 2019
1 parent a7037a2 commit 55efeae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.6

RUN pip install https://github.com/Cytomine-ULiege/LandmarkTools/archive/v0.0.3.zip
RUN pip install https://github.com/Cytomine-ULiege/LandmarkTools/archive/v0.0.4.zip
# --------------------------------------------------------------------------------------------
# Install Cytomine python client
RUN git clone https://github.com/cytomine-uliege/Cytomine-python-client.git
Expand All @@ -26,4 +26,4 @@ ADD descriptor.json /app/descriptor.json
ADD run.py /app/run.py


ENTRYPOINT ["python", "/app/run.py"]
ENTRYPOINT ["python", "/app/run.py"]

0 comments on commit 55efeae

Please sign in to comment.