Commit Graph

30 Commits (413cc769885c16c3551ae36ab753b3a4ffb01c6d)

Author SHA1 Message Date
Nghia 3e22f96f04
Fixed calling miniconda script in Dockerfile (#1629) 2023-01-10 15:50:15 +08:00
Xin Li 14550aac38
[Enhancement] Switch pip to mim in Docs and Dockerfile (#1591)
* change pip install to mim install in docs and Dockerfil

* merge with latest dev-1.x
2023-01-04 23:11:13 +08:00
RunningLeon 25aa0d4c0a
[Enhancement]: add md link check github action (#1320)
* add md link check action

* add config

* fix doc link

* fix dead links

* change dev-1.x to 1.x

* fix mmocr url
2022-12-08 16:13:51 +08:00
HinGwenWoong a964790468
[Improve] Improve dockerfile pip source (#1484)
* [Improve] Improve dockerfile conda and pip source

* Update Dockerfile

* import cpu dockerfile
2022-12-06 14:00:13 +08:00
AllentDan e52d7c42ca
init (#1467) 2022-11-30 14:04:35 +08:00
triple-Mu f1d2d09338 Fix mim and mmcv version 2022-11-10 11:18:56 +08:00
triple-Mu b6cbbdc212 Fix typo 2022-11-09 14:34:20 +08:00
triple-Mu 02cc568037 Fix typo 2022-11-09 10:14:35 +08:00
triple-Mu db968899c5 Fix error 2022-11-08 22:47:51 +08:00
triple-Mu 2f16566072 Fix error 2022-11-08 19:46:56 +08:00
triple-Mu 7bf73b42d5 Fix mmdet import and some typo 2022-11-08 16:19:39 +08:00
triple-Mu 9263c7f604 Fix mmengine mmcv version 2022-11-04 15:18:02 +08:00
triple-Mu c74531de63 Fix mmcv version 2022-11-04 14:16:54 +08:00
triple-Mu 0270b950c2 Typo 2022-11-03 16:52:25 +08:00
triple-Mu 18990d84a8 Typo 2022-11-03 16:51:16 +08:00
triple-Mu 4bb281bfef Typo 2022-11-03 16:48:58 +08:00
triple-Mu 7328d9eeda Reformat 2022-11-03 16:46:36 +08:00
triple-Mu 0755391c31 Updata dockerfiles 2022-11-03 16:38:31 +08:00
OldDreamInWind 4001a06930
improvement(dockerfile): use make -j$(nporc) when build ncnn (#840)
* use make -j$(nporc) when build ncnn

* improve cpu dockerfile
2022-08-05 10:33:14 +08:00
lvhan028 83b11bc1ca
[Enhancement] Improve get_started documents and bump version to 0.7.0 (#813)
* simplify commands in get_started

* add installation commands for Windows

* fix typo

* limit markdown and sphinx_markdown_tables version

* adopt html <details open> tag

* bump mmdeploy version

* bump mmdeploy version

* update get_started

* update get_started

* use python3.8 instead of python3.7

* remove duplicate section

* resolve issue #856

* update according to review results

* add reference to prebuilt_package_windows.md

* fix error when build sdk demos
2022-08-04 14:33:27 +08:00
Li Zhang ab07c223da
[Enhancement] Support latest ppl.nn & ppl.cv (#564)
* support latest ppl.nn

* fix pplnn for model convertor

* fix lint

* update memory policy

* import algo from buffer

* update ppl.cv

* use `ppl.cv==0.7.0`

* document supported ppl.nn version

* skip pplnn dependency when building shared libs
2022-07-21 11:47:53 +08:00
Hakjin Lee 58b256a13b
Upgrade Dockerfile to use TensorRT==8.2.4.2 (#706)
* Upgrade TensorRT to 8.2.4.2

* upgrade pytorch&mmcv in CPU Dockerfile

* Delete redundant port example in Docker

* change 160x160-608x608 to 64x64-608x608 for yolov3
2022-07-20 20:36:22 +08:00
Junjie 957fd58902
Fix: add onnxruntime building option in gpu dockerfile (#366) 2022-04-18 15:38:34 +08:00
Chen Xin b9c5487d7a
fix missing ncnn_DIR & InferenceEngine_DIR (#364) 2022-04-15 15:34:15 +08:00
lvhan028 8daba02181
Fixed dockerfile build failed caused by missing libcuda.so (#249)
* fix missing libcuda.so

* remove cached data generated by cmake

* use git clone instead of wget, otherwise ppl.cv is not able to generate PPLCV_VERSION_*

* remove the installation of cmake
2022-03-19 09:05:12 +08:00
张文俊 51e003bec5
Fix docker build for users inside (#227)
* fix the related questions of Connection failed [IP: 91.189.88.152 80] or [IP: 91.189.88.142 80] in Dockerfile

* add an ARG to control whether to change the download source for GPU and CPU Dockerfile, and update corresponding changes to the documents

* add an ARG to control whether to change the download source for GPU and CPU Dockerfile, and update corresponding changes to the documents

* update documentation

* update documentation

* fix lint error

Co-authored-by: zhangwenjun <zhangwenjun@clustar.ai>
2022-03-17 21:25:25 +08:00
TheSeriousProgrammer 59470fef0b
Lock pplcv to v0.6.1 (#143)
* Lock pplcv to v0.6.1

To avoid breaking changes which arose from recent updates in pplcv , fix pplcv to v0.6.1

* Mentioned Version as ARG

* Mentioned Version changes of pplcv in build.md

* Update docs/en/build.md

Co-authored-by: AllentDan <41138331+AllentDan@users.noreply.github.com>

* Change version stuff in cn_build.md

Co-authored-by: AllentDan <41138331+AllentDan@users.noreply.github.com>
2022-02-16 11:54:29 +08:00
AllentDan 57a9d9b642
[Feature] Add docker files (#67)
* add gpu and cpu dockerfile

* fix lint

* fix cpu docker and remove redundant

* use pip instead

* add build arg and readme

* fix grammar

* update readme

* add chinese doc for dockerfile and add docker build to build.md

* grammar

* refine dockerfiles

* add FAQs

* update Dpplcv_DIR for SDK building

* remove mmcls

* add sdk demos

* fix typo and lint

* update FAQs
2022-01-25 15:11:50 +08:00
q.yao 745c51f965
[Fix] Remove dockerfile (#69) 2021-09-10 17:58:07 +08:00
AllentDan 0eca9ebcbf
add docker (#15)
Need tests...
2021-07-13 08:45:42 +00:00