Skip to content

Commit

Permalink
Fix build docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiCerone committed Nov 17, 2022
1 parent bf38f8b commit 0fe4882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ do
echo "-g, --gpu specify to use gpu"
echo "-bt, --buildtype specify to created image for codebuild. Possible values: production, dev, codebuild."
echo "-cv, --cudaversion specify to cuda version to use"
echo "-ub, --ubuntu specify ubuntu version. Possible values: ubuntu:20.04, ubuntu 22.04"
echo "-ub, --ubuntu specify ubuntu version. Possible values: ubuntu:20.04"
echo "-t, --tag specify tag name for docker image"
echo "-lf, --use-local-serve-folder specify this option for the benchmark image if the current 'serve' folder should be used during automated benchmarks"
echo "-ipex, --build-with-ipex specify to build with intel_extension_for_pytorch"
Expand Down

0 comments on commit 0fe4882

Please sign in to comment.