Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inoue0426 authored Aug 30, 2024
1 parent 26c31be commit cc024ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ This quick start guide demonstrates how to run drGAT predictions on both CPU and
```shell
git clone [email protected]:inoue0426/drGAT.git
cd drGAT
conda env create -f environment.yml
conda activate drGAT
python -m ipykernel install --user --name=drGAT
jupyter notebook --port=9999
docker build -t drgat:latest .
docker run -it -p 9999:9999 drgat:latest
```

Then access to http://localhost:9999/notebooks/Tutorial.ipynb and run all cells.
Expand Down Expand Up @@ -52,13 +50,15 @@ If you want to re-train model, we recommend using GPU.

---

## Installation using Docker
## Installation using Conda

```shell
git clone [email protected]:inoue0426/drGAT.git
cd drGAT
docker build -t drgat:latest .
docker run -it -p 9999:9999 drgat:latest
conda env create -f environment.yml
conda activate drGAT
python -m ipykernel install --user --name=drGAT
jupyter notebook --port=9999
```

Then access to http://localhost:9999/notebooks/Tutorial.ipynb
Expand Down

0 comments on commit cc024ef

Please sign in to comment.