Nav
Nav
have you tried adding the openai api key? ... kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] **Please add your...
Setup a linux(e.g. ubuntu) VM using VirtualBox etc, then connect to it with vscode remote development (using ssh) or something similar. then you can work from vscode terminal directly in...
Trying to set the permission might work: ``` def extract_libreoffice(): tar_path = '/opt/lo.tar.gz' if os.path.exists(tar_path): logger.info("Extracting LibreOffice...") with tarfile.open(tar_path, 'r:gz') as tar: tar.extractall('/tmp') **os.chmod('/tmp/instdir', 0o755, follow_symlinks=True)** logger.info("Extraction complete.") else: logger.error("Tar...
> I've just recompressed the brotli layer as a gzip layer, and it works fine. There's definitely something wrong with the published gzip versions. how EXACTLY to do that? like...
I've managed to do it, downloaded the brotli layer using the command: aws lambda get-layer-version-by-arn --arn arn:aws:lambda:us-east-1:764866452798:layer:libreoffice-brotli:1 --query 'Content.Location' --output text | xargs wget -O layer.zip Extract the lo.tar.br file....