Skip to content

Commit

Permalink
Update dockerfile for tf1 (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
ng390 authored Jun 2, 2021
1 parent 1e1235e commit deb7a46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/tf1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ 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
RUN /opt/conda/bin/pip install "h5py<3.0.0"

WORKDIR /workspace

Expand Down

0 comments on commit deb7a46

Please sign in to comment.