Skip to content

Commit

Permalink
update README for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie authored Feb 21, 2024
1 parent 2f300cb commit 6687516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ There are two primary methods of interaction with `biosimulator-processes`:
1. Ensure that the Docker Daemon is running. Most users do this by opening the Docker Desktop application.
2. Pull the image from `ghcr.io`:

docker pull ghcr.io/biosimulators/biosimulator-processes:0.0.1
docker pull ghcr.io/biosimulators/biosimulator-processes:latest

3. Run the image, ensuring that the running of the container is platform-agnostic:

docker run --platform linux/amd64 -it -p 8888:8888 ghcr.io/biosimulators/biosimulator-processes:0.0.1
docker run --platform linux/amd64 -it -p 8888:8888 ghcr.io/biosimulators/biosimulator-processes:latest

As an alternative, there is a helper script that does this and more. To use this script:

Expand Down

0 comments on commit 6687516

Please sign in to comment.