You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# the CombinedCA.cer stuff will go away with artifactory
5
+
ADD requirements.txt CombinedCA.cer* /app/
6
+
RUN if [ -f ./CombinedCA.cer ]; then mkdir -p ~/.pip; printf "[global]\ncert=/app/CombinedCA.cer\n" > ~/.pip/pip.conf; printf "ssl_verify: /app/CombinedCA.cer\n" > ~/.condarc; fi
0 commit comments