Skip to content

Commit

Permalink
pinning to numpy 1.19.2 to avoid ART error (twosixlabs#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcadalzo authored and lucas.cadalzo committed Feb 19, 2022
1 parent 32352ec commit eed680e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/tf1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ RUN /opt/conda/bin/pip install --no-cache-dir adversarial-robustness-toolbox==1.
# Note: this is necessary until the following TF issue is resolved: https://github.com/tensorflow/models/issues/9706
RUN /opt/conda/bin/pip install --no-cache-dir numpy==1.19.2

# Note: this is necessary until the following ART issue is resolved: https://github.com/Trusted-AI/adversarial-robustness-toolbox/issues/1092
RUN /opt/conda/bin/pip install --no-cache-dir numpy==1.19.2

WORKDIR /workspace

########## TF 1 Dev #################
Expand Down

0 comments on commit eed680e

Please sign in to comment.