# Docker Cuda 12.4.1 PaddleOCR Runtime **Repository Path**: kernelstudio/docker-cuda-ocr-runtime ## Basic Information - **Project Name**: Docker Cuda 12.4.1 PaddleOCR Runtime - **Description**: Docker Cuda 12.4.1 PaddleOCR Runtime - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-04-15 - **Last Updated**: 2025-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cuda:12.4.1 PaddleOCR 基础镜像 ## 1. 制作本地镜像 ```shell sh build.sh ``` ## 2. 测试是否安装正确 ```shell docker run --gpus all --name cuda-ocr-runtime -it cuda-ocr-runtime:12.4.1 python -c "import paddle; print(paddle.device.get_device())" ``` ## 3. 删除测试容器 ```shell docker rm cuda-ocr-runtime ```