Skip to content

Commit

Permalink
Ensure we pick up the latest fairgraph, by invalidating the cache if …
Browse files Browse the repository at this point in the history
…fairgraph has changed
  • Loading branch information
apdavison committed Feb 6, 2025
1 parent 0e4f99a commit 18a2760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions validation_service_api/deployment/Dockerfile.staging
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ LABEL org.opencontainers.image.authors="Andrew Davison <[email protected]>"

WORKDIR /code

ADD https://api.github.com/repos/HumanBrainProject/fairgraph/git/refs/heads/master fairgraph_version.json
RUN git clone https://github.com/HumanBrainProject/fairgraph.git --branch=master --single-branch
RUN pip install ./fairgraph

COPY requirements.txt.lock /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt

Expand Down

0 comments on commit 18a2760

Please sign in to comment.