From e43c4663a74a95c57847e098f4726e543e0fd535 Mon Sep 17 00:00:00 2001 From: Wes Foyd Date: Fri, 29 Jul 2022 15:33:44 +0000 Subject: [PATCH] cleaning up readme --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 57c5cec..20b2ed1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ Example workload to validate [OpenMM](https://github.com/openmm/openmm) on [Baca ### To run on [Bacalhau](https://github.com/filecoin-project/bacalhau): ```bash bacalhau docker run \ - -v bafybeig63whfqyuvwqqrp5456fl4anceju24ttyycexef3k5eurg5uvrq4:/project/input -o output:/project/output \ wesfloyd/bacalwow-socat-test @@ -23,10 +22,12 @@ bacalhau get [JOB_ID] ``` -### To test the docker image locally +### To Build and test the docker image locally ```bash -#git clone https://github.com/wesfloyd/openmm-test.git +git clone https://github.com/wesfloyd/openmm-test.git + +docker build -t wesfloyd/bacalwow-openmm . mkdir output @@ -34,16 +35,9 @@ docker run \ -v output:/project/output \ wesfloyd/bacalwow-openmm - -``` - - -### To create the Docker image from Dockerfile -```bash -docker build -t wesfloyd/bacalwow-openmm . - docker push wesfloyd/bacalwow-openmm + ``` ### To create the Docker Image from scratch