We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b58866 commit f76393aCopy full SHA for f76393a
1 file changed
docker/Dockerfile
@@ -1,5 +1,5 @@
1
2
-FROM cernml4reco/djcbase:latest
+FROM cernml4reco/djcbase:py2
3
4
RUN export DEBIAN_FRONTEND=noninteractive && \
5
pip --no-cache-dir install tensorflow-gpu==2.1
@@ -34,7 +34,7 @@ RUN cd /usr/share && \
34
cd DJC && \
35
git clone https://github.com/DL4Jets/DeepJetCore && \
36
cd DeepJetCore && \
37
-# git checkout 2.2_tf1.15 &&\
+ git checkout 2.2_tf2.1 &&\
38
source docker_env.sh && \
39
cd compiled && \
40
make -j4
0 commit comments