Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fixed axpy in docker build (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboemer committed Feb 6, 2019
1 parent 5715261 commit cfd9712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build_and_test_he_transformer.sh
Expand Up @@ -50,8 +50,8 @@ python_integration()
echo 'Running python examples'
cd examples
python axpy.py
NG_TF_BACKEND=HE_SEAL_CKKS python axpy.py
NG_TF_BACKEND=HE_SEAL_BFV python axpy.py
NGRAPH_TF_BACKEND=HE_SEAL_CKKS python axpy.py
NGRAPH_TF_BACKEND=HE_SEAL_BFV python axpy.py
cd MNIST-Cryptonets
NGRAPH_HE_SEAL_CONFIG=../../test/model/he_seal_ckks_config_13.json \
NGRAPH_TF_BACKEND=HE_SEAL_CKKS \
Expand Down

0 comments on commit cfd9712

Please sign in to comment.