File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ For users who have access to AWS and want to launch AWS EC2 instances to run Sir
2222
2323| AWS AZ | AMI Name | AMI ID |
2424| -----------| ------------------------------------| -----------------------|
25- | US-East-2 | Sirius AMI (Ubuntu 24.04) 20250603 | ami-08e2b736fcc678587 |
25+ | US-East-2 | Sirius AMI (Ubuntu 24.04) 20250603 | ami-0a37f5845435093a0 |
2626
2727Supported EC2 instances: G6.
2828
@@ -55,9 +55,10 @@ export USE_CUDF=1
5555export LIBCUDF_ENV_PREFIX={PATH to libcudf-env}
5656```
5757
58- ### Clone the Sirius repository
58+ ## Building Sirius
59+ To clone the Sirius repository:
5960```
60- git clone --recurse-submodules https://github.com/bwyogatama /sirius.git
61+ git clone --recurse-submodules https://github.com/sirius-db /sirius.git
6162cd sirius
6263export SIRIUS_HOME_PATH=`pwd`
6364cd duckdb
@@ -69,7 +70,6 @@ cd $SIRIUS_HOME_PATH
6970```
7071The ` --recurse-submodules ` will ensure DuckDB is pulled which is required to build the extension.
7172
72- ## Building Sirius
7373To build Sirius:
7474```
7575make -j {nproc}
You can’t perform that action at this time.
0 commit comments