We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4f99a commit 18a2760Copy full SHA for 18a2760
validation_service_api/deployment/Dockerfile.staging
@@ -17,6 +17,10 @@ LABEL org.opencontainers.image.authors="Andrew Davison <[email protected]>"
17
18
WORKDIR /code
19
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
23
+
24
COPY requirements.txt.lock /code/requirements.txt
25
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
26
0 commit comments