"src/diffusers/models/controlnet.py" did not exist on "71ca10c6a41732a7806d40cd96ab16fd782dea69"
Unverified Commit 97bdae9e authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

[Docker] Add Dependency Packages for CI (#2713)

* add ogb to docker build

* mxnet 1.6 disappeared
parent f7938649
......@@ -3,7 +3,7 @@ dependencies:
- python=3.6.9
- pip
- pip:
- mxnet-cu101==1.6.0
- mxnet-cu101==1.7.0
- pytest
- nose
- numpy
......
......@@ -10,4 +10,7 @@ networkx
matplotlib
nltk
requests[security]
tqdm
\ No newline at end of file
tqdm
pandas
scikit-learn
ogb
......@@ -10,4 +10,7 @@ networkx
matplotlib
nltk
requests[security]
tqdm
\ No newline at end of file
tqdm
pandas
scikit-learn
ogb
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