Skip to content

Commit 23bd2c9

Browse files
authored
Merge pull request #237 from opentensor/rajk/adding-note-on-cloud-installation
Adding a note on installing on cloud
2 parents 05738cb + 2358e3f commit 23bd2c9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/running-subtensor-locally.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- [Running docker](#running-docker)
44
- [Compiling your own binary](#compiling-your-own-binary)
5+
- [Running on cloud](#running-on-cloud)
56

67
## Running docker
78

@@ -70,4 +71,10 @@ sudo ./scripts/run/subtensor.sh -e docker --network testnet --node-type lite
7071
#### Testnet / Archive node
7172
```bash
7273
sudo ./scripts/run/subtensor.sh -e docker --network testnet --node-type archive
73-
```
74+
```
75+
76+
## Running on cloud
77+
78+
We have not tested these installation scripts on any cloud service. In addition, if you are using Runpod cloud service, then note that this service is already [containerized](https://docs.runpod.io/pods/overview). Hence, the only option available to you is to [compile from source](#method-1-by-compiling-the-source-code) but these scripts have not been tested on Runpod.
79+
80+

0 commit comments

Comments
 (0)