Skip to content

Commit ba51f34

Browse files
authored
Merge pull request #1123 from apache/dev-postgresql
Dev postgresql
2 parents 059a96b + bc3a415 commit ba51f34

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • examples/model_selection/TRAILS-Database-Native-Model-Selection

examples/model_selection/TRAILS-Database-Native-Model-Selection/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ docker exec -it trails-singa bash
5454
# 2. Clone the code
5555
cd ~
5656
git clone https://github.com/apache/singa.git
57-
cd singa/examples/model_selection/TRAILS-Database-Native-Model-Selection/
57+
cd singa/
58+
git fetch origin singa-ms:singa-ms
59+
git checkout singa-ms
60+
cd examples/model_selection/TRAILS-Database-Native-Model-Selection/
5861
# 3. Export PYTHONPATH
5962
export PYTHONPATH=$PYTHONPATH:./internal/ml/model_selection
6063
# 4. Start the RDBMS and then exit
@@ -118,6 +121,7 @@ CREATE EXTENSION pg_extension;
118121
```
119122

120123
If the above fails, open another terminal and go into the docker via docker exec -it trails-singa bash
124+
121125
Then run the following
122126
```bash
123127
rm /home/postgres/.pgrx/14.9/pgrx-install/share/extension/pg_extension--0.1.0.sql

0 commit comments

Comments
 (0)