Mojo nightly auth
Hi! Why does installing nightly/mojo requires authentication while installing the stable does not? I would like to have a nightly mojo container but it complicates the build.
3 Replies
Actually I've updated the code for the docker in nightly version. Is it still asking for auth token ?
Yes. If I change https://github.com/modularml/mojo/blob/nightly/examples/docker/Dockerfile.mojosdk#L54 to nightly/mojo it fails with required auth
It would be great if there were a public docker image for both the release and nightly versions
Something like
docker run -it modular/mojo:nightly mojo
Hi @kszucs there are discussions about removing this requirement. For now you can do this in your Dockerfile:
And that will allow you to install nightly without the browser auth flow