We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe744d commit 19d96d3Copy full SHA for 19d96d3
.github/workflows/docker.yml
@@ -50,6 +50,7 @@ jobs:
50
rm Paddle.tar.gz
51
cd tools/dockerfile
52
bash ci_dockerfile.sh
53
+ cd ../..
54
55
# docker build images
56
declare -A docker_files=(["docker_cpu"]="$docker_cpu_file" ["docker_inference"]="$docker_inference_file" ["docker_coverage"]="$docker_coverage_file" ["docker_build"]="$docker_build_file" ["docker_distribute"]="$docker_distribute_file")
0 commit comments