put model
$ tree my_fast_onnx_bert/
my_fast_onnx_bert/
├── config.json
├── onnx
│ └── model_quantized.onnx
├── tokenizer.json
└── tokenizer_config.json
and $ docker compose up --build
put model
$ tree my_fast_onnx_bert/
my_fast_onnx_bert/
├── config.json
├── onnx
│ └── model_quantized.onnx
├── tokenizer.json
└── tokenizer_config.json
and $ docker compose up --build