Skip to content

Commit

Permalink
Fix pre-commit requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mgbckr committed Jul 1, 2024
1 parent 9ad524d commit a2055da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ If you run into an installation issue or want to run SPACEc in a containerized e

```bash
#Run CPU version:
docker pull tkempchen/spacec:cpu
docker pull tkempchen/spacec:cpu
docker run -p 8888:8888 -p 5100:5100 spacec:cpu

#Or run GPU version:
docker pull tkempchen/spacec:gpu
docker pull tkempchen/spacec:gpu
docker run --gpus all -p 8888:8888 -p 5100:5100 spacec:gpu
```

Expand Down Expand Up @@ -88,4 +88,3 @@ pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -
## General outline of SPACEc analysis

![SPACEc](https://raw.githubusercontent.com/yuqiyuqitan/SPACEc/master/docs/overview.png)

0 comments on commit a2055da

Please sign in to comment.