Skip to content

Commit

Permalink
cleaning up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wesfloyd committed Jul 29, 2022
1 parent 5507d9b commit e43c466
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -23,27 +22,22 @@ 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

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
Expand Down

0 comments on commit e43c466

Please sign in to comment.