Skip to content

Commit

Permalink
Fix weekly benchmark (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Aug 21, 2023
1 parent ca28cc8 commit 72b8cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/benchmark-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
set +e
declare -i build_status
sed -i "s/tensorflow /tensorflow-cpu /g" ./requirements-dev.txt
docker run --name spu-build --mount type=bind,source="$(pwd)",target=/home/admin/dev/ secretflow/spu-ci:0.7 \
docker run --name spu-build --mount type=bind,source="$(pwd)",target=/home/admin/dev/ secretflow/spu-ci:latest \
sh -c "cd /home/admin/dev && \
python3 -m pip install -U pip && \
python3 -m pip install -r requirements.txt && \
Expand Down

0 comments on commit 72b8cd5

Please sign in to comment.