1. 10 Jan, 2025 2 commits
  2. 06 Jan, 2025 3 commits
    • 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