Skip to content

Commit

Permalink
fixed deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Linardos committed Jul 1, 2022
1 parent 5fcfcc2 commit 9ee997a
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 @@ -26,7 +26,7 @@ docker pull registry.gitlab.bsc.es/bfp/fl_breast_mg_classification
git clone https://github.com/Linardos/BFP.git
cd BFP
```
## Run client with CMMD subset. (To run on your own data simply change the data_Path)
## Run client with CMMD subset. (To run on your own data simply change the DATA_PATH)
CMMD SUBSET:
```bash
DATA_PATH=/home/akis-linardos/Datasets/CMMD_subset
Expand All @@ -38,7 +38,7 @@ docker run -it -v $DATA_PATH:/BFP/dataset -v $PWD/src:/BFP/src -e csv_path=/BFP/
```


#### Simulations (Don't read below this point.)
## Simulations (Ignore below this point.)

## Run FD client (OPTIMAM)
Defining the environmental variables and running the client.
Expand Down

0 comments on commit 9ee997a

Please sign in to comment.