Skip to content

Commit

Permalink
added tensorboard data server
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jul 16, 2021
1 parent c18fb28 commit 2a06179
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pip/requirements.txt
Expand Up @@ -280,6 +280,7 @@ tables==3.6.1 ; python_version>'3.0'
tensorboard==2.5.0 ; python_version>'3.0'
tensorflow==2.5.0 ; python_version>'3.0'
tensorflow-estimator==2.5.0; python_version>'3.0'
tensorboard-data-server==0.6.1; python_version>'3.0'
tensorboard-plugin-wit==1.8.0 ; python_version>'3.0'
termcolor==1.1.0; python_version>'3.0'
terminado==0.8.3; python_version>'3.0'
Expand Down
3 changes: 3 additions & 0 deletions pip/tensorboard-data-server.file
@@ -0,0 +1,3 @@
BuildRequires: py3-wheel
Provides: libc.so.6(GLIBC_2.18)(64bit)
%define PipDownloadSourceType none
1 change: 1 addition & 0 deletions pip/tensorboard.file
@@ -1,2 +1,3 @@
Requires: py3-Markdown py3-Werkzeug py3-protobuf py3-html5lib py3-six py3-wheel py3-bleach
Requires: py3-tensorboard-data-server
%define PipDownloadSourceType none

0 comments on commit 2a06179

Please sign in to comment.