Skip to content

Commit

Permalink
Move around due to new directories layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ScorpioCPH committed Jan 15, 2018
1 parent 98a34a1 commit 92fb894
Show file tree
Hide file tree
Showing 39 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
bin/

node_modules/
build/

.vscode/

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ def main(): # pylint: disable=too-many-locals, too-many-statements
root_dir = os.path.abspath(os.path.join(images_dir, '..', '..'))
# List of paths to copy relative to root.
sources = [
"images/tf_operator/Dockerfile",
"build/images/tf_operator/Dockerfile",
os.path.join(go_path, "bin/tf_operator"),
os.path.join(go_path, "bin/e2e"),
os.path.join(go_path, "bin/backend"),
"dashboard/frontend/build",
"grpc_tensorflow_server/grpc_tensorflow_server.py"
"hack/grpc_tensorflow_server/grpc_tensorflow_server.py"
]

for s in sources:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added cmd/tf_operator/tf_operator
Binary file not shown.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 92fb894

Please sign in to comment.