Skip to content

Commit

Permalink
Update benchmark-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Sep 11, 2023
1 parent 39da4c5 commit aaaa19c
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 @@ -42,7 +42,7 @@ jobs:
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:latest \
--entrypoint sh -c "cd /home/admin/dev && \
"cd /home/admin/dev && \
python3 -m pip install -U pip && \
python3 -m pip install -r requirements.txt && \
python3 -m pip install -r requirements-dev.txt && \
Expand Down

0 comments on commit aaaa19c

Please sign in to comment.