Re: Stopping nightly releases to Pypi

2020-01-06 Thread Skalicky, Sam
Thats a good idea Leonard, we can have a static html page in the bucket for this. But keep in mind pip wheels do have a COMMIT_HASH file packaged inside. So we can always figure out which commit/build a user has by dumping this file from the mxnet installation. File name of the pip wheel is not

Re: Stopping nightly releases to Pypi

2020-01-06 Thread Lin Yuan
+1 for a nightly pip with fixed name. We need this to track mxnet integration with other packages such as Horovod. Sam, when do you think we can have this nightly build with a fixed name? Thanks, Lin On Sun, Jan 5, 2020 at 7:48 PM Skalicky, Sam wrote: > Hi Tao, > > We dont have this yet,

Re: Stopping nightly releases to Pypi

2020-01-06 Thread shiwen hu
why not use pypiserver? it is compatible server for pip.use it can install pack like pip install -i http:/// mxnet --pre Skalicky, Sam 于2020年1月7日周二 上午2:55写道: > Thats a good idea Leonard, we can have a static html page in the bucket > for this. But keep in mind pip wheels do have a

Re: Stopping nightly releases to Pypi

2020-01-06 Thread shiwen hu
or use PyPICloud.it can storage pack to s3 and compatible to pip. shiwen hu 于2020年1月7日周二 上午10:27写道: > why not use pypiserver? it is compatible server for pip.use it can > install pack like pip install -i http:/// mxnet --pre > > Skalicky, Sam 于2020年1月7日周二 上午2:55写道: > >> Thats a good idea