I get this error:
File “/base/DeepPavlov/deeppavlov/core/common/file.py”, line 36, in read_json
with open(fpath, encoding=‘utf8’) as fin:
FileNotFoundError: [Errno 2] No such file or directory: ‘config.json’
Is there something else I have to do when specifying a custom model because everything else seems to work?
Hi! It seems that you are misusing CONFIG env. You are trying to feed it with path of your custom config from your host machine while it should contain file name for config which exists in release for image you are trying to launch. You can not use out-of-the-box DeepPavlov Docker images to launch your custom configs, but you can build your own one using DP image as a base.