Skip to content

Commit

Permalink
Merge pull request #1423 from myhloli/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
myhloli authored Jan 6, 2025
2 parents 57b5999 + a3de866 commit 0665355
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ If your device supports CUDA and meets the GPU requirements of the mainline envi
```bash
wget https://github.com/opendatalab/MinerU/raw/master/docker/global/Dockerfile -O Dockerfile
docker build -t mineru:latest .
docker run --rm -it --gpus=all mineru:latest /bin/bash
docker run --rm -it --gpus=all mineru:latest /bin/bash -c "echo 'source /opt/mineru_venv/bin/activate' >> ~/.bashrc && exec bash"
magic-pdf --help
```
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com -i h
```bash
wget https://gitee.com/myhloli/MinerU/raw/master/docker/china/Dockerfile -O Dockerfile
docker build -t mineru:latest .
docker run --rm -it --gpus=all mineru:latest /bin/bash
docker run --rm -it --gpus=all mineru:latest /bin/bash -c "echo 'source /opt/mineru_venv/bin/activate' >> ~/.bashrc && exec bash"
magic-pdf --help
```
### 使用NPU
Expand Down
4 changes: 2 additions & 2 deletions docker/ascend_npu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN apt-get update && \
python3.10 \
python3.10-venv \
python3.10-distutils \
python3.10-dev \
python3-pip \
python3.10-dev \
python3-pip \
wget \
git \
libgl1 \
Expand Down

0 comments on commit 0665355

Please sign in to comment.