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
nni
Commits
a9897ec0
Unverified
Commit
a9897ec0
authored
Jun 05, 2022
by
Yuge Zhang
Committed by
GitHub
Jun 05, 2022
Browse files
Refactor integration test (step 9) - dependency version updates (#4900)
parent
8cc29b37
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
Dockerfile
Dockerfile
+2
-2
dependencies/recommended.txt
dependencies/recommended.txt
+1
-1
dependencies/recommended_gpu.txt
dependencies/recommended_gpu.txt
+3
-3
dependencies/recommended_legacy.txt
dependencies/recommended_legacy.txt
+1
-1
No files found.
Dockerfile
View file @
a9897ec0
...
@@ -43,9 +43,9 @@ RUN python3 -m pip --no-cache-dir install \
...
@@ -43,9 +43,9 @@ RUN python3 -m pip --no-cache-dir install \
torchvision
==
0.11.3+cu113
\
torchvision
==
0.11.3+cu113
\
torchaudio
==
0.10.2+cu113
\
torchaudio
==
0.10.2+cu113
\
-f
https://download.pytorch.org/whl/cu113/torch_stable.html
-f
https://download.pytorch.org/whl/cu113/torch_stable.html
RUN
python3
-m
pip
--no-cache-dir
install
pytorch-lightning
==
1.
5
.1
0
RUN
python3
-m
pip
--no-cache-dir
install
pytorch-lightning
==
1.
6
.1
RUN
python3
-m
pip
--no-cache-dir
install
tensorflow
==
2.
8.0
RUN
python3
-m
pip
--no-cache-dir
install
tensorflow
==
2.
9.1
RUN
python3
-m
pip
--no-cache-dir
install
azureml
==
0.2.7 azureml-sdk
==
1.38.0
RUN
python3
-m
pip
--no-cache-dir
install
azureml
==
0.2.7 azureml-sdk
==
1.38.0
...
...
dependencies/recommended.txt
View file @
a9897ec0
dependencies/recommended_gpu.txt
View file @
a9897ec0
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
-f https://download.pytorch.org/whl/torch_stable.html
-f https://download.pytorch.org/whl/torch_stable.html
tensorflow
tensorflow
torch == 1.10.0+cu11
1
torch == 1.10.0+cu11
3
torchvision == 0.11.1+cu11
1
torchvision == 0.11.1+cu11
3
pytorch-lightning >= 1.6.1
pytorch-lightning >= 1.6.1
lightgbm
lightgbm
onnx
onnx
...
...
dependencies/recommended_legacy.txt
View file @
a9897ec0
...
@@ -14,9 +14,9 @@ graphviz
...
@@ -14,9 +14,9 @@ graphviz
gym
gym
tianshou >= 0.4.1
tianshou >= 0.4.1
matplotlib
matplotlib
timm >= 0.5.4
# TODO: time to drop tensorflow 1.x
# TODO: time to drop tensorflow 1.x
keras
keras
tensorflow < 2.0
tensorflow < 2.0
protobuf <= 3.20.1
protobuf <= 3.20.1
timm >= 0.5.4
\ No newline at end of file
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