1. 10 Jan, 2025 2 commits
  2. 06 Jan, 2025 6 commits
    • myhloli's avatar
      style(docker): format Dockerfile for better readability · cc62ae8b
      myhloli authored
      - Align python3.10-dev and python3-pip for improved visual consistency
      - Enhance Dockerfile formatting without changing functionality
      cc62ae8b
    • Xiaomeng Zhao's avatar
      Update Dockerfile · 57b5999e
      Xiaomeng Zhao authored
      57b5999e
    • myhloli's avatar
      docs(README): add Ascend NPU acceleration guide · 4d110d31
      myhloli authored
      - Add new file README_Ascend_NPU_Acceleration_zh_CN.md in docs folder
      - Update README.md and README_zh-CN.md to include link to new NPU acceleration guide
      - Provide instructions for building and running Docker image for Ascend NPU
      - List known issues and limitations when using Ascend NPU
      4d110d31
    • myhloli's avatar
      build(docker): update Dockerfiles for China and Huawei NPU versions · 2e1bf881
      myhloli authored
      - Update package sources to use Aliyun mirrors for faster downloads
      - Upgrade pip and install Python packages in virtual environment
      - Add python3.10-dev package to Huawei NPU Dockerfile
      - Update requirements file URLs to master branch- Install specific version of torch_npu in Huawei NPU Dockerfile
      - Update magic-pdf installation method
      - Improve modelscope installation process
      - Optimize model download and configuration update steps
      2e1bf881
    • myhloli's avatar
      build(docker): update Dockerfiles and download scripts · 36c3ad6f
      myhloli authored
      - Update Dockerfiles in china, global, and huawei_npu directories
      - Improve wget commands by specifying output file names
      - Update READMEs to reflect new Dockerfile locations
      36c3ad6f
    • myhloli's avatar
      build(docker): add Dockerfiles for global and Huawei NPU setups · ad099808
      myhloli authored
      - Add Dockerfile for global setup with Ubuntu base image
      - Add Dockerfile for Huawei NPU setup with Ascend base image
      - Update requirements file structure:  - Rename requirements-docker.txt to docker/china/requirements.txt - Add new requirements files for global and Huawei NPU setups
      - Install necessary packages and dependencies in both Dockerfiles- Set up virtual environment and install Python packages
      - Download models and configure magic-pdf for both setups
      ad099808