mirror of https://github.com/Jittor/Jittor
cuda 10.1 docker
This commit is contained in:
parent
3fca6fa321
commit
3037b5ee64
|
@ -38,4 +38,9 @@ docker_task(
|
|||
"sudo docker build --tag jittor/jittor-cuda:latest --build-arg FROM_IMAGE='nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04' . --network host"
|
||||
)
|
||||
|
||||
docker_task(
|
||||
"jittor/jittor-cuda-10-1",
|
||||
"sudo docker build --tag jittor/jittor-cuda-10-1:latest --build-arg FROM_IMAGE='nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04' . --network host"
|
||||
)
|
||||
|
||||
run_cmd("ssh jittor-web Documents/jittor-blog.git/hooks/post-update")
|
Loading…
Reference in New Issue