We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e9e7c commit 1004a20Copy full SHA for 1004a20
README.rst
@@ -1,7 +1,7 @@
1
2
-===========================
+===================================
3
SageMaker PyTorch Serving Container
4
5
6
SageMaker PyTorch Serving Container is an open source library for making the
7
PyTorch framework run on Amazon SageMaker.
buildspec.yml
@@ -28,7 +28,7 @@ phases:
28
29
build:
30
commands:
31
- - tox -e flake8
+ - tox -e flake8,twine
32
33
# install
34
- pip3 install -U -e .
0 commit comments