Follow bellow steps to create CometQE docker image.
Run bellow commnad to save depenedcies in cache directory.
pip wheel --no-deps --wheel-dir ./cache/ -r requirements.txt
Download the model.ckpt file from Google-Drive and put it in the /checkpoints/ directory.
Build the docker image with below command.
docker build -t comet-qe .
The service runs on port 5000.