Open bhardwaj-garvit opened 1 year ago
While executing line number 51 in the Dockerfile my terminal threw this error: Line #51: && git clone https://bitbucket.hdfgroup.org/scm/hdffv/hdf5.git \ Terminal o/p: #14 3.207 fatal: could not read Username for 'https://bitbucket.hdfgroup.org': No such device or address
I tried opening this but there is no repository by the name hdf5 on this page, can see hdf5docs etc., can you please check and let me know that does the link needs to be updated?
I've found that the repository is now hosted in Github. Replace the git clone repository with: https://github.com/HDFGroup/hdf5.git
https://github.com/HDFGroup/hdf5.git
(Also check issue #5 , downloading NCL is broken too.)
While executing line number 51 in the Dockerfile my terminal threw this error: Line #51: && git clone https://bitbucket.hdfgroup.org/scm/hdffv/hdf5.git \ Terminal o/p: #14 3.207 fatal: could not read Username for 'https://bitbucket.hdfgroup.org': No such device or address
I tried opening this but there is no repository by the name hdf5 on this page, can see hdf5docs etc., can you please check and let me know that does the link needs to be updated?