# test-stage **Repository Path**: daryl6/test-stage ## Basic Information - **Project Name**: test-stage - **Description**: 使用 docker 提交代码和模型的示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-27 - **Last Updated**: 2023-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README.md 1. Prepare your code and prediction models 2. Fill your team name and email into `submitter.json` 3. Create your Dockerfile(Please refer to Dockerfile.example) 4. Build a docker images from the Dockerfile by run `docker build -t .` 5. Execute the test command `docker run -it --rm --gpus device=0 -v "/your/input/folder/":"/input" -v "/your/output/folder/":"/output" `