Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
This is a nearly one-click way for you to deploy SaprotHub on your local Windows devices.
|
5 |
+
|
6 |
+
### Preparation
|
7 |
+
1. [Download](https://huggingface.co/datasets/SaProtHub/WindowsDeploy/tree/main) SaprotHubImage.tar and WindowsDeploy.bat in one folder.
|
8 |
+
2. Make sure you have installed [Docker Desktop](https://www.docker.com/products/docker-desktop/)
|
9 |
+
|
10 |
+
### Installation
|
11 |
+
1. Click the WindowsDeploy.bat until the Ubuntu bash shell shown
|
12 |
+
2. Start jupyter notebook
|
13 |
+
```
|
14 |
+
cd ~/SaprotHub/local_server
|
15 |
+
bash run.sh
|
16 |
+
```
|
17 |
+
|
18 |
+
### Connect to local server on the colab platform
|
19 |
+
Open the [SaprotHub.ipynb](https://colab.research.google.com/github/westlake-repl/SaprotHub/blob/main/colab/SaprotHub.ipynb) and click
|
20 |
+
``Connect to a local runtime``, then input the address of the local server: ``http://localhost:12315/?token=SaprotHub``.
|
21 |
+
|
22 |
+

|
23 |
+
|
24 |
+

|
25 |
+
|
26 |
+
After that, you can connect to the local server on the colab platform.
|