Skip to content

Commit

Permalink
fix typo and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AllentDan committed Jan 21, 2022
1 parent 010196a commit 60f15eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion docker/CPU/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@ RUN cd mmdeploy && rm -rf build/CM* && mkdir -p build && cd build && cmake .. \
cmake -DMMDeploy_DIR=/root/workspace/mmdeploy/build/install/lib/cmake/MMDeploy .. &&\
cmake --build . && export SPDLOG_LEVEL=warn &&\
if [ -z ${VERSION} ] ; then echo "Built MMDeploy master for CPU devices successfully!" ; else echo "Built MMDeploy version v${VERSION} for CPU devices successfully!" ; fi

3 changes: 1 addition & 2 deletions docker/GPU/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,4 @@ RUN cd /root/workspace/mmdeploy &&\
cmake --build . && export SPDLOG_LEVEL=warn &&\
if [ -z ${VERSION} ] ; then echo "Built MMDeploy master for GPU devices successfully!" ; else echo "Built MMDeploy version v${VERSION} for GPU devices successfully!" ; fi

ENV LD_LIBRARY_PATH="/root/workspace/mmdeploy/build/lib:${LD_LIBRARY_PATH}"

ENV LD_LIBRARY_PATH="/root/workspace/mmdeploy/build/lib:${LD_LIBRARY_PATH}"
2 changes: 1 addition & 1 deletion docs/en/tutorials/how_to_use_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ After building the docker image succeed, we can use `docker run` to launch the d
docker run --gpus all -it -p 8080:8081 mmdeploy:master-gpu
```

### AFQs
### FAQs

1. CUDA error: the provided PTX was compiled with an unsupported toolchain:

Expand Down

0 comments on commit 60f15eb

Please sign in to comment.