Skip to content

Commit

Permalink
Merge pull request #49 from robmarkcole/test-codespace
Browse files Browse the repository at this point in the history
Document codespaces
  • Loading branch information
aliFrancis authored Nov 3, 2023
2 parents b5e0732 + b14c584 commit 3b9d3c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ docker build --tag iris .
docker run -p 80:80 -v <dataset_path>:/dataset/ --rm -it iris label /dataset/cloud-segmentation.json
```

### Run on Github Codespaces
To run in a [Github codespace](https://docs.github.com/en/codespaces/overview) fork this repository, then in the Github UI select `Code/Codespaces/Open in codespace`. Run `pip install -e .` and then `iris demo`. You will see a popup that there is an app on port 5000, click the link to open a new window showing Iris 🎉


**Visit the official iris Github page: https://github.com/ESA-PhiLab/iris**
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ flask==2.3.2
flask_compress==1.13
flask-sqlalchemy==2.5.1
numpy==1.23.4
pyyaml==5.4.1
pyyaml>=5.4.1
lightgbm==3.3.3
rasterio==1.3.3
requests==2.28.1
Expand Down

0 comments on commit 3b9d3c5

Please sign in to comment.