-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to install with docker file as given #16
Comments
Seems to be a DeepMind Lab error: google-deepmind/lab#106 |
Thanks ... added my data to that issue and I am closing this one. |
I kind of came up with temporary fix for this. You just need to modify this repo's dockerfile to install the bazel 0.16.1 version. The problem is that the following dockerfile code line,
gets the latest stable version which is bazel 0.17.1 which was released just days ago (2018-09-14) I changed the line
to
And It should build without errors. (as of 2018-09-18) You can use the Dockerfile here |
Trying Dockerfile and get the following:
The text was updated successfully, but these errors were encountered: