cancerdatasci / demeter2

Inference of gene dependency from RNAi screening datasets.
BSD 3-Clause "New" or "Revised" License
18 stars 13 forks source link

Failed building Docker: Unable to establish SSL connection #1

Open romanos-sp opened 6 years ago

romanos-sp commented 6 years ago

Hello,

I am unable to build Docker.

Step 11/20 : RUN mkdir /tmp/taigapy && cd /tmp/taigapy && wget 'https://stash.broadinstitute.org/plugins/servlet/archive/projects/CPDS/repos/taigapy?at=refs%2Fheads%2Fmaster' -O taigapy-master.zip && unzip taigapy-master.zip && conda install -y python=${python_version} && pip install numpy six tensorflow keras prettytensor && pip install ipdb pytest pytest-cov python-coveralls coverage==3.7.1 pytest-xdist pep8 pytest-pep8 pydot_ng && pip install google-cloud attrs && conda install Pillow scikit-learn notebook pandas matplotlib seaborn pyyaml h5py && conda install -y pyqt=${python_qt_version} && pip install edward && conda clean -yt ---> Running in 7c3206bada77 --2018-03-23 14:30:57-- https://stash.broadinstitute.org/plugins/servlet/archive/projects/CPDS/repos/taigapy?at=refs%2Fheads%2Fmaster Resolving stash.broadinstitute.org (stash.broadinstitute.org)... 69.173.70.50 Connecting to stash.broadinstitute.org (stash.broadinstitute.org)|69.173.70.50|:443... connected. Unable to establish SSL connection.

Any suggestions?

Thanks!