Update Contribute.md (#716)

Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
This commit is contained in:
Vijaya Lakshmi Venkatraman 2022-09-08 09:50:23 +05:30 committed by GitHub
parent ac10d5a2ef
commit a89efb552f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ pip install -e FLAML[test,notebook]
We provide a simple [Dockerfile](https://github.com/microsoft/FLAML/blob/main/Dockerfile).
```bash
docker build git://github.com/microsoft/FLAML -t flaml-dev
docker build https://github.com/microsoft/FLAML.git#main -t flaml-dev
docker run -it flaml-dev
```