File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4
4
variables :
5
5
FRAMEWORK_VERSION : ' 1.13.1'
6
6
GPU_INSTANCE_TYPE : ' ml.p2.xlarge'
7
- SETUP_CMDS : ' #!/bin/bash\npip install --upgrade pip\npip install -U -e .\npip install -U -e .[test]'
8
7
9
8
phases :
10
9
pre_build :
@@ -43,11 +42,10 @@ phases:
43
42
- create-key-pair
44
43
- launch-ec2-instance --instance-type $instance_type --ami-name dlami-ubuntu
45
44
46
- - printf "$SETUP_CMDS" > $SETUP_FILE
47
45
- py2_cmd="IGNORE_COVERAGE=- tox -e py36 -- test/integration/local --docker-base-name sagemaker-tensorflow-scriptmode --py-version 2 --framework-version $FRAMEWORK_VERSION --processor gpu"
48
- - remote-test --github-repo $GITHUB_REPO --test-cmd "$py2_cmd" --setup-file $SETUP_FILE
46
+ - remote-test --github-repo $GITHUB_REPO --test-cmd "$py2_cmd"
49
47
- py3_cmd="IGNORE_COVERAGE=- tox -e py36 -- test/integration/local --docker-base-name sagemaker-tensorflow-scriptmode --framework-version $FRAMEWORK_VERSION --processor gpu"
50
- - remote-test --github-repo $GITHUB_REPO --test-cmd "$py3_cmd" --setup-file $SETUP_FILE
48
+ - remote-test --github-repo $GITHUB_REPO --test-cmd "$py3_cmd"
51
49
52
50
# Publish all images
53
51
- python3 scripts/publish_all.py --account $ACCOUNT --region $AWS_DEFAULT_REGION
You can’t perform that action at this time.
0 commit comments