Commit 9fea35de authored by chenpangpang's avatar chenpangpang
Browse files

feat: 输出os信息

parent 3b1f8b16
#!/bin/bash
docker run --rm --platform=linux/amd64 --gpus all $1 python -c \
docker run --rm --platform=linux/amd64 --gpus all $1 cat /etc/issue && python -c \
'import sys; \
print("python version: ", sys.version); \
import torch; \
......
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