Skip to content

Commit 06044aa

Browse files
authored
Update build.sh
Getting a FileNotFoundError: [Errno 2] No such file or directory: 'beginner_source/aws_distributed_training_tutorial.py' File does not exist
1 parent 01bcdff commit 06044aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ awsv2 configure set default.s3.multipart_threshold 5120MB
4848
# Decide whether to parallelize tutorial builds, based on $JOB_BASE_NAME
4949
if [[ "${JOB_TYPE}" == "worker" ]]; then
5050
# Step 1: Remove runnable code from tutorials that are not supposed to be run
51-
python $DIR/remove_runnable_code.py beginner_source/aws_distributed_training_tutorial.py beginner_source/aws_distributed_training_tutorial.py || true
51+
# python $DIR/remove_runnable_code.py beginner_source/aws_distributed_training_tutorial.py beginner_source/aws_distributed_training_tutorial.py || true
5252
# Temp remove for mnist download issue. (Re-enabled for 1.8.1)
5353
# python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true
5454
# python $DIR/remove_runnable_code.py intermediate_source/spatial_transformer_tutorial.py intermediate_source/spatial_transformer_tutorial.py || true

0 commit comments

Comments
 (0)