mirror of https://github.com/microsoft/autogen.git
Update Contribute.md (#716)
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
This commit is contained in:
parent
ac10d5a2ef
commit
a89efb552f
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue