We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b357d0 commit 3cd79cdCopy full SHA for 3cd79cd
1 file changed
validation_service_api/deployment/Dockerfile.staging
@@ -17,9 +17,7 @@ LABEL org.opencontainers.image.authors="Andrew Davison <andrew.davison@cnrs.fr>"
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
+ADD https://api.github.com/repos/HumanBrainProject/fairgraph/git/refs/heads/stable fairgraph_version.json
23
24
COPY requirements.txt.lock /code/requirements.txt
25
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
0 commit comments