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 Dec 22, 2021
1 parent 45aaf81 commit 6896d45
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 @@ -65,6 +65,9 @@ RUN /opt/conda/bin/pip install .
RUN /opt/conda/bin/pip install --no-cache-dir git+https://github.com/Trusted-AI/adversarial-robustness-toolbox.git@development_object_tracking_attack


# 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 6896d45

Please sign in to comment.