Skip to content

Commit 3cd79cd

Browse files
committed
fix staging Dockerfile, which was installing fairgraph from source, then over-riding this by installing from requirements.txt.lock
1 parent 8b357d0 commit 3cd79cd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

validation_service_api/deployment/Dockerfile.staging

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ LABEL org.opencontainers.image.authors="Andrew Davison <andrew.davison@cnrs.fr>"
1717

1818
WORKDIR /code
1919

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

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

0 commit comments

Comments
 (0)