Skip to content

Commit a472c90

Browse files
authored
jinja to fix ci (#802)
1 parent 4a54dc4 commit a472c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,14 @@ commands:
178178
- run:
179179
name: Build
180180
command: |
181+
pip3 install --user jinja2
181182
pushd opt/build/docker
182183
make DOCKER_SUFFIX=".gpu-test" DOCKER_ARGS="-s dockerfile-gpu-test.tmpl" DOCKER_OPTS=--no-cache DEFAULT_TAG="redisai-gpu:latest-test"
183184
- run:
184185
name: Test
185186
command: |
186187
mkdir -p $HOME/tests
187-
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
188189
no_output_timeout: 40m
189190
- store_artifacts:
190191
path: /home/circleci/tests

0 commit comments

Comments
 (0)