Skip to content

Commit

Permalink
TF1.15 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiesele committed Feb 28, 2020
1 parent f76393a commit 02b2951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM cernml4reco/djcbase:py2

RUN export DEBIAN_FRONTEND=noninteractive && \
pip --no-cache-dir install tensorflow-gpu==2.1
pip --no-cache-dir install tensorflow-gpu==1.15

RUN cd /usr/local/lib/python2.7/dist-packages/tensorflow_core/include/third_party && \
mkdir gpus && \
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN cd /usr/share && \
cd DJC && \
git clone https://github.com/DL4Jets/DeepJetCore && \
cd DeepJetCore && \
git checkout 2.2_tf2.1 &&\
git checkout 2.2_tf1.15 &&\
source docker_env.sh && \
cd compiled && \
make -j4
Expand Down

0 comments on commit 02b2951

Please sign in to comment.