Skip to content

Commit

Permalink
trying to make docker work
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvanderveen committed Oct 5, 2023
1 parent 84a6959 commit fbb2bda
Show file tree
Hide file tree
Showing 18 changed files with 1,244 additions and 735 deletions.
536 changes: 41 additions & 495 deletions notebooks/helm/consumer node.ipynb

Large diffs are not rendered by default.

105 changes: 105 additions & 0 deletions notebooks/helm/docker.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "3333ab14",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /Users/koen/workspace/pysyft/notebooks\n"
]
}
],
"source": [
"import syft as sy"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "7cda8c72",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Warning: You are running syft==0.8.2-beta.33 but high-side node requires 0.8.2-beta.6\n",
"Logged into <high-side: High side Domain> as <[email protected]>\n"
]
},
{
"data": {
"text/html": [
"<div class=\"alert-warning\" style=\"padding:5px;\"><strong>SyftWarning</strong>: You are using a default password. Please change the password using `[your_client].me.set_password([new_password])`.</div><br />"
],
"text/plain": [
"SyftWarning: You are using a default password. Please change the password using `[your_client].me.set_password([new_password])`."
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"client = sy.login(url=\"http://localhost:80\", email=\"[email protected]\", password=\"changethis\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ef4fbd83",
"metadata": {},
"outputs": [],
"source": [
"# %debug"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "39eeb574",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": true
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading

0 comments on commit fbb2bda

Please sign in to comment.