elegant-beach-10818
04/20/2023, 9:36 PMmodel/tensorflow_model/__various_files__ . Locally I'm able to load this model, but when running on kubernetes that directory is absent. I've confirmed this by using pathlib to list the files in the model directory and some smaller python files are there, but other pkl files and the tensorflow_model directory are absentelegant-beach-10818
04/20/2023, 9:41 PMWhen Metaflow packages your code for remote execution, any .py files in the directory are included in the distribution automaticallyancient-application-36103
04/20/2023, 9:46 PM--package-suffixes=.txt,.json to ensure those get packaged up as wellelegant-beach-10818
04/20/2023, 10:10 PM