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 f7ca0ea commit 571b208Copy full SHA for 571b208
.circleci/config.yml
@@ -98,14 +98,14 @@ jobs:
98
steps:
99
- checkout
100
- run:
101
- name: Bulding Docker
+ name: Building Docker
102
command: |
103
docker build -f Dockerfile.gpu-test -t redisai-gpu-test .
104
105
name: Test
106
107
mkdir -p ~/workspace/tests
108
- docker run --gpus all -v $HOME/workspace/tests:/data/tests/logs -it --rm redisai-gpu-test
+ docker run --gpus all -v $HOME/workspace/tests:/redisai/test/logs -it --rm redisai-gpu-test
109
- store_test_results:
110
path: ~/workspace/tests
111
deploy_package:
opt/Makefile
@@ -1,5 +1,5 @@
1
2
-ROOT:=$(abspath ..)
+ROOT:=..
3
include readies/mk/main
4
5
MK_CMAKE:=1
0 commit comments