This commit is contained in:
Philip Smart
2019-11-20 18:09:51 +00:00
parent f69edb8dc7
commit 4636050365
2 changed files with 0 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ To evaluate dPWR, the easiest method is to create a docker image and run.
````bash
cd ~
mkdir temp
git clone https://github.com/pdsmart/dPWR.git
cd dPWR
docker build -f Dockerfile.dpwr -t dpwr .

View File

@@ -10,7 +10,6 @@ To evaluate jDPWR, the easiest method is to create a docker image and run.
````bash
cd ~
mkdir temp
git clone https://github.com/pdsmart/dPWR.git
cd dPWR
docker build -f Dockerfile.jdpwr -t jdpwr .