Closed AaronSpieler closed 4 years ago
The Readme says:
# All build instructions assume you're starting from the root directory of this repository # MXNet 1.6.0, Python 3, CPU $ cp dist/sagemaker_mxnet_container*.tar.gz docker/1.6.0/sagemaker_mxnet_container.tar.gz $ cp -r docker/artifacts/* docker/1.6.0/py3 $ cd docker/1.6.0/py3 $ docker build -t preprod-mxnet:1.6.0-cpu-py3 -f Dockerfile.cpu .
However, there is no dist/sagemaker_mxnet_container*.tar.gz. I only get one that is called sagemaker_mxnet_training-3.1.12.dev0.tar.gz.
dist/sagemaker_mxnet_container*.tar.gz
sagemaker_mxnet_training-3.1.12.dev0.tar.gz
I just executed:
# Create the binary git clone https://github.com/aws/sagemaker-mxnet-container.git cd sagemaker-mxnet-container python setup.py sdist
As the beginning of the Readme says to do.
looks like this was fixed in #154.
The Readme says:
However, there is no
dist/sagemaker_mxnet_container*.tar.gz
. I only get one that is calledsagemaker_mxnet_training-3.1.12.dev0.tar.gz
.I just executed:
As the beginning of the Readme says to do.