Skip to content

Commit

Permalink
2.2 tf2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiesele committed Feb 28, 2020
1 parent 0b58866 commit f76393a
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
@@ -1,5 +1,5 @@

FROM cernml4reco/djcbase:latest
FROM cernml4reco/djcbase:py2

RUN export DEBIAN_FRONTEND=noninteractive && \
pip --no-cache-dir install tensorflow-gpu==2.1
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_tf1.15 &&\
git checkout 2.2_tf2.1 &&\
source docker_env.sh && \
cd compiled && \
make -j4
Expand Down

0 comments on commit f76393a

Please sign in to comment.