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
a1fe08a8
Unverified
Commit
a1fe08a8
authored
Jun 06, 2023
by
Rhett Ying
Committed by
GitHub
Jun 06, 2023
Browse files
[CI] install torchdadta in docker CI (#5795)
parent
0be03301
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
docker/install/conda_env/torch_cpu_pip.txt
docker/install/conda_env/torch_cpu_pip.txt
+1
-0
docker/install/conda_env/torch_gpu_pip.txt
docker/install/conda_env/torch_gpu_pip.txt
+1
-0
No files found.
docker/install/conda_env/torch_cpu_pip.txt
View file @
a1fe08a8
...
@@ -18,5 +18,6 @@ requests[security]
...
@@ -18,5 +18,6 @@ requests[security]
scikit-learn
scikit-learn
scipy
scipy
torch==1.12.0+cpu
torch==1.12.0+cpu
torchdata
torchmetrics
torchmetrics
tqdm
tqdm
docker/install/conda_env/torch_gpu_pip.txt
View file @
a1fe08a8
...
@@ -16,5 +16,6 @@ requests[security]
...
@@ -16,5 +16,6 @@ requests[security]
scikit-learn
scikit-learn
scipy
scipy
torch==1.12.0+cu102
torch==1.12.0+cu102
torchdata
torchmetrics
torchmetrics
tqdm
tqdm
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