AQ-AI / openaq-engine

http://www.aqai.xyz
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Dockerising application setup #10

Open ChristinaLast opened 2 years ago

ChristinaLast commented 2 years ago
ChristinaLast commented 2 years ago

Currently getting this error:

#20 158.4   Could not find a suitable TLS CA certificate bundle, invalid path: /opt/venv/lib/python3.10/site-packages/certifi/cacert.pem
#20 158.4 
#20 158.4   at /opt/venv/lib/python3.10/site-packages/requests/adapters.py:263 in cert_verify
#20 158.4 
#20 158.4 
#20 158.4   OSError
#20 158.4 
#20 158.4   Could not find a suitable TLS CA certificate bundle, invalid path: /opt/venv/lib/python3.10/site-packages/certifi/cacert.pem
#20 158.4 
#20 158.4   at /opt/venv/lib/python3.10/site-packages/requests/adapters.py:263 in cert_verify
#20 158.4 
------
executor failed running [/bin/sh -c poetry install --no-interaction --no-ansi]: exit code: 1
ChristinaLast commented 2 years ago

running this command:

docker build openaq-engine -t openaq-engine_workdir --build-arg ssh_prv_key="$(cat ~/.ssh/id_rsa)" --build-arg ssh_pub_key="$(cat ~/.ssh/id_rsa.pub)"
ChristinaLast commented 5 days ago

@jit-1 do we want to add a dockerfile for setup? or do we close as we detail this in sphinx?