runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/albumentations/__init__.py:24: UserWarning: A new version of Albumentations is available: 2.0.8 (you have 1.4.24). Upgrade using: pip install -U albumentations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1. check_for_updates() /usr/local/lib/python3.10/site-packages/pydantic/_internal/_serializers.py:44: UserWarning: Pydantic serializer warnings: PydanticSerializationUnexpectedValue(Expected `dict[str, any]` - serialized value may not be as expected [input_value=UniformParams(noise_type=... 0.058823529411764705)]), input_type=UniformParams]) v = handler(item, index) /usr/local/lib/python3.10/site-packages/pydantic/main.py:463: UserWarning: Pydantic serializer warnings: PydanticSerializationUnexpectedValue(Expected `dict[str, any]` - serialized value may not be as expected [input_value=UniformParams(noise_type=... 0.058823529411764705)]), input_type=UniformParams]) return self.__pydantic_serializer__.to_python( Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> from train import train_model File "/home/user/app/train.py", line 3, in <module> from pix2tex.dataset.latex_dataset import Im2LatexDataset ModuleNotFoundError: No module named 'pix2tex.dataset.latex_dataset'
Container logs:
Fetching error logs...