Skip to content

Commit 90aae3c

Browse files
committed
Make Dockerfile compatible with ARM64
1 parent 7649412 commit 90aae3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ WORKDIR /app
88
COPY requirements.txt /app/
99
COPY deps/CFPQ_Data /app/deps/CFPQ_Data
1010

11+
RUN apt-get update && apt-get install -y gcc python3-dev libgraphblas-dev
1112
RUN pip3 install pygraphblas==5.1.8.0
1213
RUN pip3 install -r requirements.txt
1314
RUN cd deps/CFPQ_Data && python3 setup.py install

0 commit comments

Comments
 (0)