Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Feb 7, 2025
1 parent 6a12576 commit f066923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/dockerfile/centos7_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function main() {
make_cuda125cudnn911trt8616
;;
*)
echo "Make dockerfile error, Without this paramet."
echo "Make dockerfile error, Without this parameter."
exit 1
;;
esac
Expand Down
4 changes: 2 additions & 2 deletions tools/dockerfile/ci_dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function make_cpu_dockerfile(){
}


function make_ce_framework_dockcerfile(){
function make_ce_framework_dockerfile(){
dockerfile_name="Dockerfile.cuda11.2_cudnn8_gcc82_trt8"
sed "s#<baseimg>#nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04#g" ./Dockerfile.ubuntu20 >${dockerfile_name}
dockerfile_line=$(wc -l ${dockerfile_name}|awk '{print $1}')
Expand Down Expand Up @@ -160,7 +160,7 @@ function make_ubuntu20_cu112_dockerfile(){

function main() {
make_cpu_dockerfile
make_ce_framework_dockcerfile
make_ce_framework_dockerfile
make_ubuntu20_cu12_dockerfile
make_ubuntu20_cu112_dockerfile
make_ubuntu20_cu123_dockerfile
Expand Down

0 comments on commit f066923

Please sign in to comment.