Skip to content

Commit 6c21ce3

Browse files
mrtjandremoeller
authored andcommitted
Fix non-ascii chars in README.rst that broke pip install (issue #169) (#191)
1 parent 4f5cc41 commit 6c21ce3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SageMaker Python SDK is tested on: \* Python 2.7 \* Python 3.5
5656

5757
Licensing
5858
~~~~~~~~~
59-
SageMaker Python SDK is licensed under the Apache 2.0 License. It is copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. The license is available at:
59+
SageMaker Python SDK is licensed under the Apache 2.0 License. It is copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. The license is available at:
6060
http://aws.amazon.com/apache2.0/
6161

6262
Running tests
@@ -148,7 +148,7 @@ Local Mode
148148
~~~~~~~~~~
149149

150150
The SageMaker Python SDK now supports local mode, which allows you to create TensorFlow, MXNet and BYO estimators and
151-
deploy to your local environment. This is a great way to test your deep learning script before running in
151+
deploy to your local environment. This is a great way to test your deep learning script before running in
152152
SageMaker's managed training or hosting environments.
153153

154154
We can take the example in `Estimator Usage <#estimator-usage>`__ , and use either ``local`` or ``local_gpu`` as the
@@ -188,7 +188,7 @@ A few important notes:
188188

189189
- Only one local mode endpoint can be running at a time
190190
- If you are using s3 data as input, it will be pulled from S3 to your local environment, please ensure you have sufficient space.
191-
- If you run into problems, this is often due to different docker containers conflicting.  Killing these containers and re-running often solves your problems.
191+
- If you run into problems, this is often due to different docker containers conflicting. Killing these containers and re-running often solves your problems.
192192
- Local Mode requires docker-compose and `nvidia-docker2 <https://github.com/NVIDIA/nvidia-docker>`__ for ``local_gpu``.
193193
- Distributed training is not yet supported for ``local_gpu``.
194194

0 commit comments

Comments
 (0)