Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualizations - Updated the TFMA and TFDV versions #2946

Merged
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
7 changes: 4 additions & 3 deletions backend/Dockerfile.visualization
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM tensorflow/tensorflow:1.13.1-py3
FROM tensorflow/tensorflow:2.1.0-py3

RUN apt-get update \
&& apt-get install -y wget curl tar
&& apt-get install -y wget curl tar \
pkg-config libcairo2-dev libgirepository1.0-dev # For the pygobject and pycairo package setup due to licensing

RUN curl https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz > /tmp/google-cloud-sdk.tar.gz
RUN mkdir -p /usr/local/gcloud
Expand All @@ -41,4 +42,4 @@ RUN ./license.sh third_party_licenses.csv /usr/licenses

COPY backend/src/apiserver/visualization /src

ENTRYPOINT [ "python3", "server.py" ]
ENTRYPOINT [ "python3", "server.py" ]
4 changes: 2 additions & 2 deletions backend/src/apiserver/visualization/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ nbconvert==5.5.0
nbformat==4.4.0
pandas==0.24.2
scikit_learn==0.21.2
tensorflow-data-validation==0.13.1
tensorflow-model-analysis==0.13.1
tensorflow-model-analysis==0.21.1
tensorflow-data-validation==0.21.0
tornado==6.0.2
15 changes: 15 additions & 0 deletions backend/src/apiserver/visualization/third_party_licenses.csv
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,18 @@ wcwidth,https://github.com/jquast/wcwidth/blob/master/LICENSE.txt,MIT
webencodings,https://github.com/gsnedders/python-webencodings/blob/master/LICENSE,BSD-3
widgetsnbextension,https://github.com/jupyter-widgets/ipywidgets/blob/master/widgetsnbextension/LICENSE,BSD-3
zipp,https://github.com/jaraco/zipp/blob/master/LICENSE,MIT
google-pasta,https://raw.githubusercontent.com/google/pasta/master/LICENSE,Apache 2.0
opt-einsum,https://raw.githubusercontent.com/dgasmith/opt_einsum/master/LICENSE,MIT
tensorflow-serving-api,https://raw.githubusercontent.com/tensorflow/serving/master/LICENSE,Apache 2.0
tfx-bsl,https://raw.githubusercontent.com/tensorflow/tfx-bsl/master/LICENSE,Apache 2.0
wrapt,https://github.com/GrahamDumpleton/wrapt/blob/develop/LICENSE,2-Clause BSD
asn1crypto,https://raw.githubusercontent.com/wbond/asn1crypto/master/LICENSE,MIT
cryptography,https://raw.githubusercontent.com/pyca/cryptography/master/LICENSE,Apache or BSD
keyring,https://raw.githubusercontent.com/jaraco/keyring/master/LICENSE,MIT
keyrings.alt,https://raw.githubusercontent.com/jaraco/keyrings.alt/master/LICENSE,MIT
pycrypto,https://raw.githubusercontent.com/dlitz/pycrypto/master/COPYRIGHT,Public Domain
pygobject,https://raw.githubusercontent.com/GNOME/pygobject/mainline/COPYING,LGPL
pyxdg,https://cgit.freedesktop.org/xdg/pyxdg/plain/COPYING,LGPL
SecretStorage,https://raw.githubusercontent.com/mitya57/secretstorage/master/LICENSE,BSD-3
Mako,https://raw.githubusercontent.com/sqlalchemy/mako/master/LICENSE,MIT

8 changes: 8 additions & 0 deletions components/third_party_licenses.csv
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,11 @@ ml-metadata,https://raw.githubusercontent.com/google/ml-metadata/master/LICENSE,
opt-einsum,https://raw.githubusercontent.com/dgasmith/opt_einsum/master/LICENSE,MIT
tensorflow-estimator,https://raw.githubusercontent.com/tensorflow/estimator/master/LICENSE,Apache 2.0
wrapt,https://github.com/GrahamDumpleton/wrapt/blob/develop/LICENSE,2-Clause BSD
tensorflow-serving-api,https://raw.githubusercontent.com/tensorflow/serving/master/LICENSE,Apache 2.0
tfx-bsl,https://raw.githubusercontent.com/tensorflow/tfx-bsl/master/LICENSE,Apache 2.0
keyring,https://raw.githubusercontent.com/jaraco/keyring/master/LICENSE,MIT
keyrings.alt,https://raw.githubusercontent.com/jaraco/keyrings.alt/master/LICENSE,MIT
pycrypto,https://raw.githubusercontent.com/dlitz/pycrypto/master/COPYRIGHT,Public Domain
pygobject,https://raw.githubusercontent.com/GNOME/pygobject/mainline/COPYING,LGPL
pyxdg,https://cgit.freedesktop.org/xdg/pyxdg/plain/COPYING,LGPL
SecretStorage,https://raw.githubusercontent.com/mitya57/secretstorage/master/LICENSE,BSD-3