Files
docker-docs/get-started
umarcostuc dc55b65d2e Cert issues fixed when running pip
I had certificates issues when the pip command was run:
There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
Using the pip like this solved the issue:
RUN pip install --trusted-host pypi.python.org -r requirements.txt
2017-11-07 10:04:33 -08:00
..
2017-04-18 03:32:37 -05:00
2017-11-07 10:04:33 -08:00
2017-11-02 11:05:42 -07:00
2017-11-03 11:38:26 -07:00