File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ function build_in_docker() {
21
21
}
22
22
23
23
function build_paddle_core() {
24
- docker build . -t paddle-core :$VERSION -f paddle/scripts/docker/paddle-core/Dockerfile
25
- docker build . -t paddle-core :gpu-$VERSION -f paddle/scripts/docker/paddle-core/Dockerfile.gpu
26
- docker build . -t paddle-core :cpu-noavx-$VERSION -f paddle/scripts/docker/paddle-core/Dockerfile.noavx
27
- docker build . -t paddle-core :gpu-noavx-$VERSION -f paddle/scripts/docker/paddle-core/Dockerfile.gpunoavx
24
+ docker build . -t paddle:$VERSION -f paddle/scripts/docker/paddle-core/Dockerfile
25
+ docker build . -t paddle:gpu-$VERSION -f paddle/scripts/docker/paddle-core/Dockerfile.gpu
26
+ docker build . -t paddle:cpu-noavx-$VERSION -f paddle/scripts/docker/paddle-core/Dockerfile.noavx
27
+ docker build . -t paddle:gpu-noavx-$VERSION -f paddle/scripts/docker/paddle-core/Dockerfile.gpunoavx
28
28
}
29
29
30
30
build_in_docker
You can’t perform that action at this time.
0 commit comments