Commit 520f3c9f authored by chenpangpang's avatar chenpangpang
Browse files

feat: 测试脚本挂载路径更新

parent 66b363fa
#!/bin/bash
TARGET_DIR=gpu-base-image-test
docker run --rm --platform=linux/amd64 --gpus all -v ./$TARGET_DIR:/workspace --workdir /workspace/gpt2 $1 python infer.py
\ No newline at end of file
#!/bin/bash
TARGET_DIR=gpu-base-image-test
docker run --rm --platform=linux/amd64 --gpus all -v ./$TARGET_DIR:/workspace --workdir /workspace/stable-diffusion-v1-4 $1 python infer.py
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment