Skip to content

Commit

Permalink
FFI_USE_GPU="0"
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed May 15, 2024
1 parent 6ae7839 commit 331b505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/devnet/lotus.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN git clone --depth 1 --branch FIP0079-testing https://github.com/filecoin-pro
RUN CGO_CFLAGS_ALLOW="-D__BLST_PORTABLE__" \
CGO_CFLAGS="-D__BLST_PORTABLE__" \
FFI_USE_BLST_PORTABLE="1" \
FFI_USE_GPU="0" \
make 2k && strip lotus*

FROM ubuntu:22.04
Expand Down

0 comments on commit 331b505

Please sign in to comment.