We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba3db9 commit a8f8e13Copy full SHA for a8f8e13
Dockerfile
@@ -72,7 +72,7 @@ RUN ${PIP} install --no-cache-dir \
72
six~=1.10 \
73
tensorflow-model-optimization~=0.1.3 \
74
tensorflow-privacy~=0.2.0 \
75
- tf-nightly==2.1.0.dev20191015 \
+ tf-nightly \
76
tfa-nightly \
77
typing~=3.7.0
78
RUN pip freeze
requirements.txt
@@ -15,6 +15,6 @@ retrying~=1.3.3
15
six~=1.10
16
tensorflow-model-optimization~=0.1.3
17
tensorflow-privacy~=0.2.0
18
-tf-nightly==2.1.0.dev20191015
19
-tfa-nightly==0.7.0.dev20191105
+tf-nightly
+tfa-nightly
20
0 commit comments