-
Notifications
You must be signed in to change notification settings - Fork 130
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
Docker file fetched from mil-resource has the wrong content #12
Comments
Hmm works as expected for me following instructions:
|
@vingu - What is your OS? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the instruction to build the Docker image,
$ curl https://raw.githubusercontent.com/h2oai/mli-resources/master/anaconda_py36_h2o_xgboost_graphviz/Dockerfile > anaconda_py36_h2o_xgboost_graphviz/Dockerfile
The resulted Docker file contains the status code rather the content itself. Do this instead,
curl https://raw.githubusercontent.com/h2oai/mli-resources/master/anaconda_py36_h2o_xgboost_graphviz/Dockerfile | Select-Object -ExpandProperty Content
The text was updated successfully, but these errors were encountered: