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.
No module named 'graspologic'
1 parent f8a479b commit 15b78bdCopy full SHA for 15b78bd
Dockerfile.arm
@@ -18,6 +18,11 @@ RUN apt-get update && \
18
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
19
apt-get install -y --fix-missing nodejs nginx ffmpeg libsm6 libxext6 libgl1
20
21
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
22
+ENV PATH="/root/.cargo/bin:${PATH}"
23
+
24
+RUN pip install graspologic
25
26
ADD ./web ./web
27
RUN cd ./web && npm i --force && npm run build
28
0 commit comments