build_image.sh 77 字节
Newer Older
1 2 3 4 5
#!/bin/bash -e

cd $(dirname $0)

docker build -t env_manylinux2014:latest .