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 7649412 commit 90aae3cCopy full SHA for 90aae3c
Dockerfile
@@ -8,6 +8,7 @@ WORKDIR /app
8
COPY requirements.txt /app/
9
COPY deps/CFPQ_Data /app/deps/CFPQ_Data
10
11
+RUN apt-get update && apt-get install -y gcc python3-dev libgraphblas-dev
12
RUN pip3 install pygraphblas==5.1.8.0
13
RUN pip3 install -r requirements.txt
14
RUN cd deps/CFPQ_Data && python3 setup.py install
0 commit comments