Skip to content

Commit

Permalink
Fixed typo and backend build
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jul 24, 2023
1 parent be743d7 commit 1495856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:

- name: Install gdal
run: |
sudo apt-get -y install gdal-bin libgdal-dev python3-gdal && sudo apt-get -y autoremove && sudo apt-get clean
pip install GDAL==$(gdal-config --version) --global-option=build_ext --global-option="-I/usr/include/gdal"
sudo apt-get update && sudo apt-get -y install gdal-bin libgdal-dev python3-gdal && sudo apt-get -y autoremove && sudo apt-get clean
pip install GDAL==$(gdal-config --version)
- name: Install ramp dependecies
run: |
cd ramp-code && cd colab && make install
Expand Down
2 changes: 1 addition & 1 deletion docs/Docker-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Docker Compose is created with redis , worker , postgis database , api and fron

If docker is not installed , Install it from [here](https://docs.docker.com/engine/install/)
```
docker-compose --version
docker compose version
```

3. Check your Graphics
Expand Down

0 comments on commit 1495856

Please sign in to comment.