Skip to content

Commit

Permalink
install vantage6-common from local source
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcorneliusmartin committed Nov 2, 2022
1 parent dcbfe58 commit b10e36a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/algorithm-base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ FROM python:3.7-slim-buster
# we need to copy the readme for the setup.py from the vantage6-client
# as it uses the top-level readme.
COPY ./README.md /README.md
COPY ./vantage6-common /vantage6-common
COPY ./vantage6-client /vantage6-client

RUN pip install /vantage6-common
RUN pip install /vantage6-client

# Tell docker to execute `docker_wrapper()` when the image is run.
Expand Down

0 comments on commit b10e36a

Please sign in to comment.