File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717# limitations under the License.
1818# *******************************************************************************
1919
20+ set -eux -o pipefail
21+
2022help_str=" dockerize.sh takes a PyTorch wheel as the first argument and an ao wheel
2123as the second argument. It installs the wheel inside a Docker container with examples
2224and requirements. The docker image will then be run unless you pass in the optional
Original file line number Diff line number Diff line change 1717# limitations under the License.
1818# *******************************************************************************
1919
20+ set -eux -o pipefail
21+
2022help_str=" dockerize.sh takes a TensorFlow wheel as argument. It \
2123installs the wheel inside a Docker container with examples and requirements."
2224if [ " $# " -ne 1 ]; then
You can’t perform that action at this time.
0 commit comments