Skip to content

Commit f581cce

Browse files
committed
Removing stale test container
1 parent 9ba9ecd commit f581cce

File tree

4 files changed

+0
-25
lines changed

4 files changed

+0
-25
lines changed

buildspec.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,5 @@ phases:
3434

3535
- cd ../..
3636

37-
# build a SageMaker Training Compiler container with PyTorch
38-
- aws ecr get-login-password --region ${AWS_REGION} |
39-
docker login --username AWS --password-stdin 763104351884.dkr.ecr.${AWS_REGION}.amazonaws.com
40-
- docker build -t sagemaker-training-toolkit-test:trcomp_pytorch -f test/container/trcomp_pytorch/Dockerfile .
41-
--build-arg AWS_REGION
42-
4337
# run local integration tests
4438
- IGNORE_COVERAGE=- tox -v -e py37,py38 -- test/integration/local

test/container/trcomp_pytorch/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/container/trcomp_pytorch/requirements.txt

Whitespace-only changes.

test/container/trcomp_pytorch/train.py

Whitespace-only changes.

0 commit comments

Comments
 (0)