runtime error
Exit code: 1. Reason: Using CPU. Note: This module is much faster with a GPU. Downloading detection model, please wait. This may take several minutes depending upon your network connection. Traceback (most recent call last): File "/home/ubuntu/recognition.py", line 9, in <module> reader = easyocr.Reader(['en'], gpu=False, model_storage_directory='.') File "/home/ubuntu/EasyOCR/easyocr/easyocr.py", line 92, in __init__ detector_path = self.getDetectorPath(detect_network) File "/home/ubuntu/EasyOCR/easyocr/easyocr.py", line 253, in getDetectorPath download_and_unzip(self.detection_models[self.detect_network]['url'], self.detection_models[self.detect_network]['filename'], self.model_storage_directory, self.verbose) File "/home/ubuntu/EasyOCR/easyocr/utils.py", line 628, in download_and_unzip urlretrieve(url, zip_path, reporthook=reporthook) File "/opt/conda/lib/python3.10/urllib/request.py", line 251, in urlretrieve tfp = open(filename, 'wb') PermissionError: [Errno 13] Permission denied: './temp.zip'
Container logs:
Fetching error logs...