Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker/CPU/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ RUN git clone https://github.com/Tencent/ncnn.git &&\
mkdir -p build && cd build &&\
cmake -DNCNN_VULKAN=OFF -DNCNN_SYSTEM_GLSLANG=ON -DNCNN_BUILD_EXAMPLES=ON -DNCNN_PYTHON=ON -DNCNN_BUILD_TOOLS=ON -DNCNN_BUILD_BENCHMARK=ON -DNCNN_BUILD_TESTS=ON .. &&\
make -j$(nproc) &&\
make install &&\
cd /root/workspace/ncnn/python &&\
pip install -e .
make -j8 && make install &&\
cd /root/workspace/ncnn &&\
pip3 install .

ENV PATH="/root/workspace/ncnn/build/tools/quantize/:${PATH}"

Expand Down