From 6687516e04b5ae92d3b70b3f1f5f02497436e561 Mon Sep 17 00:00:00 2001 From: "A.P" <105522603+AlexPatrie@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:10:17 -0500 Subject: [PATCH] update README for latest --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03ee1f93b..2d8c740aa 100644 --- a/README.md +++ b/README.md @@ -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: