소스 검색

fix: build with pylimited api in the docker file

AlpinDale 7 달 전
부모
커밋
156a24978e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -83,7 +83,7 @@ ENV APHRODITE_INSTALL_PUNICA_KERNELS=1
 ENV CCACHE_DIR=/root/.cache/ccache
 RUN --mount=type=cache,target=/root/.cache/ccache \
     --mount=type=cache,target=/root/.cache/pip \
-    python3 setup.py bdist_wheel --dist-dir=dist
+    python3 setup.py bdist_wheel --dist-dir=dist --py-limited-api=cp38
 
 #################### EXTENSION Build IMAGE ####################