Unverified Commit 92321347 authored by Jinjing Zhou's avatar Jinjing Zhou Committed by GitHub
Browse files

[CI] Update PyTorch in CI image to 1.5.1 (#1808)

* test

* Revert "test"

This reverts commit be555b06a9942a3267d173f4be760a04d33be227.

* change
parent cda0abf7
...@@ -17,6 +17,7 @@ RUN bash /install/ubuntu_install_conda.sh ...@@ -17,6 +17,7 @@ RUN bash /install/ubuntu_install_conda.sh
ENV CONDA_ALWAYS_YES="true" ENV CONDA_ALWAYS_YES="true"
COPY install/conda_env/torch_cpu.yml /install/conda_env/torch_cpu.yml COPY install/conda_env/torch_cpu.yml /install/conda_env/torch_cpu.yml
COPY install/conda_env/torch_cpu_pip.txt /install/conda_env/torch_cpu_pip.txt
RUN ["/bin/bash", "-i", "-c", "conda env create -f /install/conda_env/torch_cpu.yml"] RUN ["/bin/bash", "-i", "-c", "conda env create -f /install/conda_env/torch_cpu.yml"]
COPY install/conda_env/tensorflow_cpu.yml /install/conda_env/tensorflow_cpu.yml COPY install/conda_env/tensorflow_cpu.yml /install/conda_env/tensorflow_cpu.yml
......
...@@ -16,6 +16,7 @@ RUN bash /install/ubuntu_install_conda.sh ...@@ -16,6 +16,7 @@ RUN bash /install/ubuntu_install_conda.sh
ENV CONDA_ALWAYS_YES="true" ENV CONDA_ALWAYS_YES="true"
COPY install/conda_env/torch_gpu.yml /install/conda_env/torch_gpu.yml COPY install/conda_env/torch_gpu.yml /install/conda_env/torch_gpu.yml
COPY install/conda_env/torch_gpu_pip.txt /install/conda_env/torch_gpu_pip.txt
RUN ["/bin/bash", "-i", "-c", "conda env create -f /install/conda_env/torch_gpu.yml"] RUN ["/bin/bash", "-i", "-c", "conda env create -f /install/conda_env/torch_gpu.yml"]
COPY install/conda_env/tensorflow_gpu.yml /install/conda_env/tensorflow_gpu.yml COPY install/conda_env/tensorflow_gpu.yml /install/conda_env/tensorflow_gpu.yml
......
...@@ -3,7 +3,7 @@ dependencies: ...@@ -3,7 +3,7 @@ dependencies:
- python=3.6.9 - python=3.6.9
- pip - pip
- pip: - pip:
- mxnet - mxnet==1.6.0
- pytest - pytest
- nose - nose
- numpy - numpy
......
...@@ -3,7 +3,7 @@ dependencies: ...@@ -3,7 +3,7 @@ dependencies:
- python=3.6.9 - python=3.6.9
- pip - pip
- pip: - pip:
- mxnet-cu101 - mxnet-cu101==1.6.0
- pytest - pytest
- nose - nose
- numpy - numpy
......
...@@ -3,15 +3,5 @@ dependencies: ...@@ -3,15 +3,5 @@ dependencies:
- python=3.6.9 - python=3.6.9
- pip - pip
- pip: - pip:
- torch - --find-links https://download.pytorch.org/whl/torch_stable.html
- torchvision - --requirement torch_cpu_pip.txt
- pytest \ No newline at end of file
- nose
- numpy
- cython
- scipy
- networkx
- matplotlib
- nltk
- requests[security]
- tqdm
\ No newline at end of file
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.5.1+cpu
torchvision==0.6.1+cpu
pytest
nose
numpy
cython
scipy
networkx
matplotlib
nltk
requests[security]
tqdm
\ No newline at end of file
...@@ -3,15 +3,5 @@ dependencies: ...@@ -3,15 +3,5 @@ dependencies:
- python=3.6.9 - python=3.6.9
- pip - pip
- pip: - pip:
- torch - --find-links https://download.pytorch.org/whl/torch_stable.html
- torchvision - --requirement torch_gpu_pip.txt
- pytest \ No newline at end of file
- nose
- numpy
- cython
- scipy
- networkx
- matplotlib
- nltk
- requests[security]
- tqdm
\ No newline at end of file
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.5.1+cu101
torchvision==0.6.1+cu101
pytest
nose
numpy
cython
scipy
networkx
matplotlib
nltk
requests[security]
tqdm
\ No newline at end of file
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