Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
97bdae9e
Unverified
Commit
97bdae9e
authored
Mar 02, 2021
by
Quan (Andy) Gan
Committed by
GitHub
Mar 02, 2021
Browse files
[Docker] Add Dependency Packages for CI (#2713)
* add ogb to docker build * mxnet 1.6 disappeared
parent
f7938649
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
docker/install/conda_env/mxnet_gpu.yml
docker/install/conda_env/mxnet_gpu.yml
+1
-1
docker/install/conda_env/torch_cpu_pip.txt
docker/install/conda_env/torch_cpu_pip.txt
+4
-1
docker/install/conda_env/torch_gpu_pip.txt
docker/install/conda_env/torch_gpu_pip.txt
+4
-1
No files found.
docker/install/conda_env/mxnet_gpu.yml
View file @
97bdae9e
...
@@ -3,7 +3,7 @@ dependencies:
...
@@ -3,7 +3,7 @@ dependencies:
-
python=3.6.9
-
python=3.6.9
-
pip
-
pip
-
pip
:
-
pip
:
-
mxnet-cu101==1.
6
.0
-
mxnet-cu101==1.
7
.0
-
pytest
-
pytest
-
nose
-
nose
-
numpy
-
numpy
...
...
docker/install/conda_env/torch_cpu_pip.txt
View file @
97bdae9e
...
@@ -10,4 +10,7 @@ networkx
...
@@ -10,4 +10,7 @@ networkx
matplotlib
matplotlib
nltk
nltk
requests[security]
requests[security]
tqdm
tqdm
\ No newline at end of file
pandas
scikit-learn
ogb
docker/install/conda_env/torch_gpu_pip.txt
View file @
97bdae9e
...
@@ -10,4 +10,7 @@ networkx
...
@@ -10,4 +10,7 @@ networkx
matplotlib
matplotlib
nltk
nltk
requests[security]
requests[security]
tqdm
tqdm
\ No newline at end of file
pandas
scikit-learn
ogb
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment