File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ jobs:
489
489
490
490
- run :
491
491
name : Setup
492
- command : docker run -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/setup_env.sh
492
+ command : .circleci/unittest/linux/scripts/setup_env.sh
493
493
- save_cache :
494
494
495
495
key : env-v2-linux-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/linux/scripts/environment.yml" }}-{{ checksum ".circleci-weekly" }}
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ jobs:
489
489
{% endraw %}
490
490
- run:
491
491
name: Setup
492
- command: docker run -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/setup_env.sh
492
+ command: .circleci/unittest/linux/scripts/setup_env.sh
493
493
- save_cache:
494
494
{% raw %}
495
495
key: env-v2-linux-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/linux/scripts/environment.yml" }}-{{ checksum ".circleci-weekly" }}
You can’t perform that action at this time.
0 commit comments