Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions import-tests/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM continuumio/miniconda3:latest
#RUN conda install tensorflow=1.15.0
RUN conda install tensorflow=2.0
RUN conda install tensorflow=1.15.0
#RUN conda install tensorflow=2.0
RUN conda install psutil
ENV DL4J_TEST_RESOURCES=/dl4j-test-resources

Expand Down
Loading