Skip to content

Commit

Permalink
Fix models images (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed Sep 26, 2020
1 parent 0a71cb0 commit 62f4355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/models/Dockerfile
Expand Up @@ -57,7 +57,7 @@ RUN conda clean -ayq
RUN python -m pip install torch==1.4.0+cpu torchvision==0.5.0+cpu \
-f https://download.pytorch.org/whl/torch_stable.html

RUN python -m pip install -U intel-tensorflow
RUN python -m pip install -U intel-tensorflow mxnet

RUN HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITH_PYTORCH=1 \
python -m pip install horovod
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/models/py36/Dockerfile
Expand Up @@ -58,7 +58,7 @@ RUN conda install -y -c plotly plotly-orca python=3.6
RUN python -m pip install torch==1.4.0+cpu torchvision==0.5.0+cpu \
-f https://download.pytorch.org/whl/torch_stable.html

RUN python -m pip install -U 'intel-tensorflow<2' keras
RUN python -m pip install -U 'intel-tensorflow<2' keras mxnet

RUN HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITH_PYTORCH=1 \
python -m pip install horovod
Expand Down

0 comments on commit 62f4355

Please sign in to comment.