Skip to content

Commit f76393a

Browse files
committed
2.2 tf2.1
1 parent 0b58866 commit f76393a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM cernml4reco/djcbase:latest
2+
FROM cernml4reco/djcbase:py2
33

44
RUN export DEBIAN_FRONTEND=noninteractive && \
55
pip --no-cache-dir install tensorflow-gpu==2.1
@@ -34,7 +34,7 @@ RUN cd /usr/share && \
3434
cd DJC && \
3535
git clone https://github.com/DL4Jets/DeepJetCore && \
3636
cd DeepJetCore && \
37-
# git checkout 2.2_tf1.15 &&\
37+
git checkout 2.2_tf2.1 &&\
3838
source docker_env.sh && \
3939
cd compiled && \
4040
make -j4

0 commit comments

Comments
 (0)