瀏覽代碼

Fix the issue about `No module named 'graspologic'` #2157 (#2158)

### What problem does this PR solve?

Fix the issue #2157 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.11.0
LIU HAO 1 年之前
父節點
當前提交
15b78bd894
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      Dockerfile.arm

+ 5
- 0
Dockerfile.arm 查看文件

@@ -18,6 +18,11 @@ RUN apt-get update && \
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
apt-get install -y --fix-missing nodejs nginx ffmpeg libsm6 libxext6 libgl1

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

RUN pip install graspologic

ADD ./web ./web
RUN cd ./web && npm i --force && npm run build


Loading…
取消
儲存