Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ginihumer authored Dec 4, 2023
1 parent fb77b6a commit 20a927a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,6 @@ docker pull ghcr.io/jku-vds-lab/reaction-cime:develop
docker run -d -p 9000:9000 --name cime4r --detach jkuvdslab/cime
```

To **update** CIME4R:
```bash
docker rm --force cime4r
docker pull jkuvdslab/cime
docker run -d -p 8080:8080 --name cime4r --detach jkuvdslab/cime
```

To **uninstall** CIME4R:
```bash
docker rm --force cime4r
```


## Option 3 - Build and run CIME4R from source (for development)

Expand Down

0 comments on commit 20a927a

Please sign in to comment.