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
vision
Commits
e4ba602e
Commit
e4ba602e
authored
Nov 15, 2019
by
Soumith Chintala
Committed by
Francisco Massa
Nov 15, 2019
Browse files
soumith -> pytorch for docker images (#1577)
parent
6cd90e6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
44 deletions
+44
-44
.circleci/config.yml
.circleci/config.yml
+40
-40
.circleci/config.yml.in
.circleci/config.yml.in
+4
-4
No files found.
.circleci/config.yml
View file @
e4ba602e
...
@@ -56,7 +56,7 @@ binary_common: &binary_common
...
@@ -56,7 +56,7 @@ binary_common: &binary_common
wheel_docker_image
:
wheel_docker_image
:
description
:
"
Wheel
only:
what
docker
image
to
use"
description
:
"
Wheel
only:
what
docker
image
to
use"
type
:
string
type
:
string
default
:
"
soumit
h/manylinux-cuda101"
default
:
"
pytorc
h/manylinux-cuda101"
environment
:
environment
:
PYTHON_VERSION
:
<< parameters.python_version >>
PYTHON_VERSION
:
<< parameters.python_version >>
BUILD_VERSION
:
<< parameters.build_version >>
BUILD_VERSION
:
<< parameters.build_version >>
...
@@ -94,7 +94,7 @@ jobs:
...
@@ -94,7 +94,7 @@ jobs:
binary_linux_conda
:
binary_linux_conda
:
<<
:
*binary_common
<<
:
*binary_common
docker
:
docker
:
-
image
:
"
soumit
h/conda-cuda"
-
image
:
"
pytorc
h/conda-cuda"
resource_class
:
2xlarge+
resource_class
:
2xlarge+
steps
:
steps
:
-
checkout_merge
-
checkout_merge
...
@@ -159,7 +159,7 @@ jobs:
...
@@ -159,7 +159,7 @@ jobs:
name
:
Pull docker image
name
:
Pull docker image
command
:
|
command
:
|
set -e
set -e
export DOCKER_IMAGE=
soumit
h/conda-cuda
export DOCKER_IMAGE=
pytorc
h/conda-cuda
echo Pulling docker image $DOCKER_IMAGE
echo Pulling docker image $DOCKER_IMAGE
docker pull $DOCKER_IMAGE >/dev/null
docker pull $DOCKER_IMAGE >/dev/null
...
@@ -170,7 +170,7 @@ jobs:
...
@@ -170,7 +170,7 @@ jobs:
cd ${HOME}/project/
cd ${HOME}/project/
export DOCKER_IMAGE=
soumit
h/conda-cuda
export DOCKER_IMAGE=
pytorc
h/conda-cuda
export VARS_TO_PASS="-e PYTHON_VERSION -e BUILD_VERSION -e PYTORCH_VERSION -e UNICODE_ABI -e CU_VERSION"
export VARS_TO_PASS="-e PYTHON_VERSION -e BUILD_VERSION -e PYTORCH_VERSION -e UNICODE_ABI -e CU_VERSION"
docker run --gpus all --ipc=host -v $(pwd):/remote -w /remote ${VARS_TO_PASS} ${DOCKER_IMAGE} ./packaging/build_conda.sh
docker run --gpus all --ipc=host -v $(pwd):/remote -w /remote ${VARS_TO_PASS} ${DOCKER_IMAGE} ./packaging/build_conda.sh
...
@@ -308,24 +308,24 @@ workflows:
...
@@ -308,24 +308,24 @@ workflows:
cu_version
:
cu92
cu_version
:
cu92
name
:
binary_linux_wheel_py2.7_cu92
name
:
binary_linux_wheel_py2.7_cu92
python_version
:
'
2.7'
python_version
:
'
2.7'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_linux_wheel
:
-
binary_linux_wheel
:
cu_version
:
cu92
cu_version
:
cu92
name
:
binary_linux_wheel_py2.7u_cu92
name
:
binary_linux_wheel_py2.7u_cu92
python_version
:
'
2.7'
python_version
:
'
2.7'
unicode_abi
:
'
1'
unicode_abi
:
'
1'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_linux_wheel
:
-
binary_linux_wheel
:
cu_version
:
cu100
cu_version
:
cu100
name
:
binary_linux_wheel_py2.7_cu100
name
:
binary_linux_wheel_py2.7_cu100
python_version
:
'
2.7'
python_version
:
'
2.7'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_linux_wheel
:
-
binary_linux_wheel
:
cu_version
:
cu100
cu_version
:
cu100
name
:
binary_linux_wheel_py2.7u_cu100
name
:
binary_linux_wheel_py2.7u_cu100
python_version
:
'
2.7'
python_version
:
'
2.7'
unicode_abi
:
'
1'
unicode_abi
:
'
1'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_linux_wheel
:
-
binary_linux_wheel
:
cu_version
:
cu101
cu_version
:
cu101
name
:
binary_linux_wheel_py2.7_cu101
name
:
binary_linux_wheel_py2.7_cu101
...
@@ -343,12 +343,12 @@ workflows:
...
@@ -343,12 +343,12 @@ workflows:
cu_version
:
cu92
cu_version
:
cu92
name
:
binary_linux_wheel_py3.5_cu92
name
:
binary_linux_wheel_py3.5_cu92
python_version
:
'
3.5'
python_version
:
'
3.5'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_linux_wheel
:
-
binary_linux_wheel
:
cu_version
:
cu100
cu_version
:
cu100
name
:
binary_linux_wheel_py3.5_cu100
name
:
binary_linux_wheel_py3.5_cu100
python_version
:
'
3.5'
python_version
:
'
3.5'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_linux_wheel
:
-
binary_linux_wheel
:
cu_version
:
cu101
cu_version
:
cu101
name
:
binary_linux_wheel_py3.5_cu101
name
:
binary_linux_wheel_py3.5_cu101
...
@@ -361,12 +361,12 @@ workflows:
...
@@ -361,12 +361,12 @@ workflows:
cu_version
:
cu92
cu_version
:
cu92
name
:
binary_linux_wheel_py3.6_cu92
name
:
binary_linux_wheel_py3.6_cu92
python_version
:
'
3.6'
python_version
:
'
3.6'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_linux_wheel
:
-
binary_linux_wheel
:
cu_version
:
cu100
cu_version
:
cu100
name
:
binary_linux_wheel_py3.6_cu100
name
:
binary_linux_wheel_py3.6_cu100
python_version
:
'
3.6'
python_version
:
'
3.6'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_linux_wheel
:
-
binary_linux_wheel
:
cu_version
:
cu101
cu_version
:
cu101
name
:
binary_linux_wheel_py3.6_cu101
name
:
binary_linux_wheel_py3.6_cu101
...
@@ -379,12 +379,12 @@ workflows:
...
@@ -379,12 +379,12 @@ workflows:
cu_version
:
cu92
cu_version
:
cu92
name
:
binary_linux_wheel_py3.7_cu92
name
:
binary_linux_wheel_py3.7_cu92
python_version
:
'
3.7'
python_version
:
'
3.7'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_linux_wheel
:
-
binary_linux_wheel
:
cu_version
:
cu100
cu_version
:
cu100
name
:
binary_linux_wheel_py3.7_cu100
name
:
binary_linux_wheel_py3.7_cu100
python_version
:
'
3.7'
python_version
:
'
3.7'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_linux_wheel
:
-
binary_linux_wheel
:
cu_version
:
cu101
cu_version
:
cu101
name
:
binary_linux_wheel_py3.7_cu101
name
:
binary_linux_wheel_py3.7_cu101
...
@@ -418,12 +418,12 @@ workflows:
...
@@ -418,12 +418,12 @@ workflows:
cu_version
:
cu92
cu_version
:
cu92
name
:
binary_linux_conda_py2.7_cu92
name
:
binary_linux_conda_py2.7_cu92
python_version
:
'
2.7'
python_version
:
'
2.7'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_linux_conda
:
-
binary_linux_conda
:
cu_version
:
cu100
cu_version
:
cu100
name
:
binary_linux_conda_py2.7_cu100
name
:
binary_linux_conda_py2.7_cu100
python_version
:
'
2.7'
python_version
:
'
2.7'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_linux_conda
:
-
binary_linux_conda
:
cu_version
:
cu101
cu_version
:
cu101
name
:
binary_linux_conda_py2.7_cu101
name
:
binary_linux_conda_py2.7_cu101
...
@@ -436,12 +436,12 @@ workflows:
...
@@ -436,12 +436,12 @@ workflows:
cu_version
:
cu92
cu_version
:
cu92
name
:
binary_linux_conda_py3.5_cu92
name
:
binary_linux_conda_py3.5_cu92
python_version
:
'
3.5'
python_version
:
'
3.5'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_linux_conda
:
-
binary_linux_conda
:
cu_version
:
cu100
cu_version
:
cu100
name
:
binary_linux_conda_py3.5_cu100
name
:
binary_linux_conda_py3.5_cu100
python_version
:
'
3.5'
python_version
:
'
3.5'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_linux_conda
:
-
binary_linux_conda
:
cu_version
:
cu101
cu_version
:
cu101
name
:
binary_linux_conda_py3.5_cu101
name
:
binary_linux_conda_py3.5_cu101
...
@@ -454,12 +454,12 @@ workflows:
...
@@ -454,12 +454,12 @@ workflows:
cu_version
:
cu92
cu_version
:
cu92
name
:
binary_linux_conda_py3.6_cu92
name
:
binary_linux_conda_py3.6_cu92
python_version
:
'
3.6'
python_version
:
'
3.6'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_linux_conda
:
-
binary_linux_conda
:
cu_version
:
cu100
cu_version
:
cu100
name
:
binary_linux_conda_py3.6_cu100
name
:
binary_linux_conda_py3.6_cu100
python_version
:
'
3.6'
python_version
:
'
3.6'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_linux_conda
:
-
binary_linux_conda
:
cu_version
:
cu101
cu_version
:
cu101
name
:
binary_linux_conda_py3.6_cu101
name
:
binary_linux_conda_py3.6_cu101
...
@@ -472,12 +472,12 @@ workflows:
...
@@ -472,12 +472,12 @@ workflows:
cu_version
:
cu92
cu_version
:
cu92
name
:
binary_linux_conda_py3.7_cu92
name
:
binary_linux_conda_py3.7_cu92
python_version
:
'
3.7'
python_version
:
'
3.7'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_linux_conda
:
-
binary_linux_conda
:
cu_version
:
cu100
cu_version
:
cu100
name
:
binary_linux_conda_py3.7_cu100
name
:
binary_linux_conda_py3.7_cu100
python_version
:
'
3.7'
python_version
:
'
3.7'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_linux_conda
:
-
binary_linux_conda
:
cu_version
:
cu101
cu_version
:
cu101
name
:
binary_linux_conda_py3.7_cu101
name
:
binary_linux_conda_py3.7_cu101
...
@@ -554,7 +554,7 @@ workflows:
...
@@ -554,7 +554,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_wheel_py2.7_cu92
name
:
nightly_binary_linux_wheel_py2.7_cu92
python_version
:
'
2.7'
python_version
:
'
2.7'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_wheel_upload
:
-
binary_wheel_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -572,7 +572,7 @@ workflows:
...
@@ -572,7 +572,7 @@ workflows:
name
:
nightly_binary_linux_wheel_py2.7u_cu92
name
:
nightly_binary_linux_wheel_py2.7u_cu92
python_version
:
'
2.7'
python_version
:
'
2.7'
unicode_abi
:
'
1'
unicode_abi
:
'
1'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_wheel_upload
:
-
binary_wheel_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -589,7 +589,7 @@ workflows:
...
@@ -589,7 +589,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_wheel_py2.7_cu100
name
:
nightly_binary_linux_wheel_py2.7_cu100
python_version
:
'
2.7'
python_version
:
'
2.7'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_wheel_upload
:
-
binary_wheel_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -607,7 +607,7 @@ workflows:
...
@@ -607,7 +607,7 @@ workflows:
name
:
nightly_binary_linux_wheel_py2.7u_cu100
name
:
nightly_binary_linux_wheel_py2.7u_cu100
python_version
:
'
2.7'
python_version
:
'
2.7'
unicode_abi
:
'
1'
unicode_abi
:
'
1'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_wheel_upload
:
-
binary_wheel_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -673,7 +673,7 @@ workflows:
...
@@ -673,7 +673,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_wheel_py3.5_cu92
name
:
nightly_binary_linux_wheel_py3.5_cu92
python_version
:
'
3.5'
python_version
:
'
3.5'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_wheel_upload
:
-
binary_wheel_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -690,7 +690,7 @@ workflows:
...
@@ -690,7 +690,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_wheel_py3.5_cu100
name
:
nightly_binary_linux_wheel_py3.5_cu100
python_version
:
'
3.5'
python_version
:
'
3.5'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_wheel_upload
:
-
binary_wheel_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -739,7 +739,7 @@ workflows:
...
@@ -739,7 +739,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_wheel_py3.6_cu92
name
:
nightly_binary_linux_wheel_py3.6_cu92
python_version
:
'
3.6'
python_version
:
'
3.6'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_wheel_upload
:
-
binary_wheel_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -756,7 +756,7 @@ workflows:
...
@@ -756,7 +756,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_wheel_py3.6_cu100
name
:
nightly_binary_linux_wheel_py3.6_cu100
python_version
:
'
3.6'
python_version
:
'
3.6'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_wheel_upload
:
-
binary_wheel_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -805,7 +805,7 @@ workflows:
...
@@ -805,7 +805,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_wheel_py3.7_cu92
name
:
nightly_binary_linux_wheel_py3.7_cu92
python_version
:
'
3.7'
python_version
:
'
3.7'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_wheel_upload
:
-
binary_wheel_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -822,7 +822,7 @@ workflows:
...
@@ -822,7 +822,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_wheel_py3.7_cu100
name
:
nightly_binary_linux_wheel_py3.7_cu100
python_version
:
'
3.7'
python_version
:
'
3.7'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_wheel_upload
:
-
binary_wheel_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -951,7 +951,7 @@ workflows:
...
@@ -951,7 +951,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_conda_py2.7_cu92
name
:
nightly_binary_linux_conda_py2.7_cu92
python_version
:
'
2.7'
python_version
:
'
2.7'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_conda_upload
:
-
binary_conda_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -967,7 +967,7 @@ workflows:
...
@@ -967,7 +967,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_conda_py2.7_cu100
name
:
nightly_binary_linux_conda_py2.7_cu100
python_version
:
'
2.7'
python_version
:
'
2.7'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_conda_upload
:
-
binary_conda_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -1013,7 +1013,7 @@ workflows:
...
@@ -1013,7 +1013,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_conda_py3.5_cu92
name
:
nightly_binary_linux_conda_py3.5_cu92
python_version
:
'
3.5'
python_version
:
'
3.5'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_conda_upload
:
-
binary_conda_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -1029,7 +1029,7 @@ workflows:
...
@@ -1029,7 +1029,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_conda_py3.5_cu100
name
:
nightly_binary_linux_conda_py3.5_cu100
python_version
:
'
3.5'
python_version
:
'
3.5'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_conda_upload
:
-
binary_conda_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -1075,7 +1075,7 @@ workflows:
...
@@ -1075,7 +1075,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_conda_py3.6_cu92
name
:
nightly_binary_linux_conda_py3.6_cu92
python_version
:
'
3.6'
python_version
:
'
3.6'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_conda_upload
:
-
binary_conda_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -1091,7 +1091,7 @@ workflows:
...
@@ -1091,7 +1091,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_conda_py3.6_cu100
name
:
nightly_binary_linux_conda_py3.6_cu100
python_version
:
'
3.6'
python_version
:
'
3.6'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_conda_upload
:
-
binary_conda_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -1137,7 +1137,7 @@ workflows:
...
@@ -1137,7 +1137,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_conda_py3.7_cu92
name
:
nightly_binary_linux_conda_py3.7_cu92
python_version
:
'
3.7'
python_version
:
'
3.7'
wheel_docker_image
:
soumit
h/manylinux-cuda92
wheel_docker_image
:
pytorc
h/manylinux-cuda92
-
binary_conda_upload
:
-
binary_conda_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
@@ -1153,7 +1153,7 @@ workflows:
...
@@ -1153,7 +1153,7 @@ workflows:
only
:
nightly
only
:
nightly
name
:
nightly_binary_linux_conda_py3.7_cu100
name
:
nightly_binary_linux_conda_py3.7_cu100
python_version
:
'
3.7'
python_version
:
'
3.7'
wheel_docker_image
:
soumit
h/manylinux-cuda100
wheel_docker_image
:
pytorc
h/manylinux-cuda100
-
binary_conda_upload
:
-
binary_conda_upload
:
context
:
org-member
context
:
org-member
filters
:
filters
:
...
...
.circleci/config.yml.in
View file @
e4ba602e
...
@@ -56,7 +56,7 @@ binary_common: &binary_common
...
@@ -56,7 +56,7 @@ binary_common: &binary_common
wheel_docker_image:
wheel_docker_image:
description: "Wheel only: what docker image to use"
description: "Wheel only: what docker image to use"
type: string
type: string
default: "
soumit
h/manylinux-cuda101"
default: "
pytorc
h/manylinux-cuda101"
environment:
environment:
PYTHON_VERSION: << parameters.python_version >>
PYTHON_VERSION: << parameters.python_version >>
BUILD_VERSION: << parameters.build_version >>
BUILD_VERSION: << parameters.build_version >>
...
@@ -94,7 +94,7 @@ jobs:
...
@@ -94,7 +94,7 @@ jobs:
binary_linux_conda:
binary_linux_conda:
<<: *binary_common
<<: *binary_common
docker:
docker:
- image: "
soumit
h/conda-cuda"
- image: "
pytorc
h/conda-cuda"
resource_class: 2xlarge+
resource_class: 2xlarge+
steps:
steps:
- checkout_merge
- checkout_merge
...
@@ -159,7 +159,7 @@ jobs:
...
@@ -159,7 +159,7 @@ jobs:
name: Pull docker image
name: Pull docker image
command: |
command: |
set -e
set -e
export DOCKER_IMAGE=
soumit
h/conda-cuda
export DOCKER_IMAGE=
pytorc
h/conda-cuda
echo Pulling docker image $DOCKER_IMAGE
echo Pulling docker image $DOCKER_IMAGE
docker pull $DOCKER_IMAGE >/dev/null
docker pull $DOCKER_IMAGE >/dev/null
...
@@ -170,7 +170,7 @@ jobs:
...
@@ -170,7 +170,7 @@ jobs:
cd ${HOME}/project/
cd ${HOME}/project/
export DOCKER_IMAGE=
soumit
h/conda-cuda
export DOCKER_IMAGE=
pytorc
h/conda-cuda
export VARS_TO_PASS="-e PYTHON_VERSION -e BUILD_VERSION -e PYTORCH_VERSION -e UNICODE_ABI -e CU_VERSION"
export VARS_TO_PASS="-e PYTHON_VERSION -e BUILD_VERSION -e PYTORCH_VERSION -e UNICODE_ABI -e CU_VERSION"
docker run --gpus all --ipc=host -v $(pwd):/remote -w /remote ${VARS_TO_PASS} ${DOCKER_IMAGE} ./packaging/build_conda.sh
docker run --gpus all --ipc=host -v $(pwd):/remote -w /remote ${VARS_TO_PASS} ${DOCKER_IMAGE} ./packaging/build_conda.sh
...
...
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