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
Torchaudio
Commits
538e5605
Unverified
Commit
538e5605
authored
Nov 03, 2020
by
moto
Committed by
GitHub
Nov 03, 2020
Browse files
Fix GPU CI setup (#998)
parent
758f6c2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.circleci/config.yml
.circleci/config.yml
+1
-1
.circleci/config.yml.in
.circleci/config.yml.in
+1
-1
No files found.
.circleci/config.yml
View file @
538e5605
...
@@ -459,7 +459,7 @@ jobs:
...
@@ -459,7 +459,7 @@ jobs:
-
third_party/src
-
third_party/src
-
run
:
-
run
:
name
:
Install torchaudio
name
:
Install torchaudio
command
:
docker run -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/install.sh
command
:
docker run -t --gpus all
-e UPLOAD_CHANNEL
-v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/install.sh
-
run
:
-
run
:
name
:
Run tests
name
:
Run tests
command
:
docker run -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/run_test.sh
command
:
docker run -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/run_test.sh
...
...
.circleci/config.yml.in
View file @
538e5605
...
@@ -459,7 +459,7 @@ jobs:
...
@@ -459,7 +459,7 @@ jobs:
- third_party/src
- third_party/src
- run:
- run:
name: Install torchaudio
name: Install torchaudio
command: docker run -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/install.sh
command: docker run -t --gpus all
-e UPLOAD_CHANNEL
-v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/install.sh
- run:
- run:
name: Run tests
name: Run tests
command: docker run -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/run_test.sh
command: docker run -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/run_test.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