"include/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "5442ed78a7cc3ba28a381b4c703708475ac63aa6"
Commit 11433a98 authored by firasrb's avatar firasrb Committed by Guolin Ke
Browse files

Updated wget for GPU docker (#1404)

Updated to correct path for the dockerfile (https://raw.githubusercontent.com/Microsoft/LightGBM/master/docker/gpu/dockerfile.gpu)
parent e2a3b125
......@@ -23,7 +23,7 @@ Requires docker and [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) on
```sh
mkdir lightgbm-docker
cd lightgbm-docker
wget https://github.com/Microsoft/LightGBM/blob/master/docker/gpu/dockerfile.gpu
wget https://raw.githubusercontent.com/Microsoft/LightGBM/master/docker/gpu/dockerfile.gpu
docker build -f dockerfile.gpu -t lightgbm-gpu .
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment