Skip to content

Commit

Permalink
use cloudpickle
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos authored Apr 11, 2024
1 parent 55a3835 commit dcce68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion people-and-planet-ai/image-classification/e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_train_model(
f"--temp_location=gs://{bucket_name}/temp",
"--requirements_file=requirements.txt",
"--requirements_cache=skip",
"--experiments=use_sibling_sdk_workers",
"--pickle_library=cloudpickle",
],
check=True,
)
Expand Down

0 comments on commit dcce68c

Please sign in to comment.