We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a54dc4 commit a472c90Copy full SHA for a472c90
.circleci/config.yml
@@ -178,13 +178,14 @@ commands:
178
- run:
179
name: Build
180
command: |
181
+ pip3 install --user jinja2
182
pushd opt/build/docker
183
make DOCKER_SUFFIX=".gpu-test" DOCKER_ARGS="-s dockerfile-gpu-test.tmpl" DOCKER_OPTS=--no-cache DEFAULT_TAG="redisai-gpu:latest-test"
184
185
name: Test
186
187
mkdir -p $HOME/tests
- docker run --gpus all -v $HOME/tests:/build/tests/flow/logs -it --rm redisai-gpu:latest-x64-bionic-test
188
+ docker run --gpus all -v $HOME/tests:/build/tests/flow/logs -it --rm redisai-gpu:latest-test
189
no_output_timeout: 40m
190
- store_artifacts:
191
path: /home/circleci/tests
0 commit comments