Skip to content
Snippets Groups Projects
Commit 32a76f38 authored by Klandermans, Bert's avatar Klandermans, Bert
Browse files

Update README.md

parent 0fa48a61
Branches
No related tags found
No related merge requests found
## Run the notebook in the container
## POC / KISS farm-data-train container / notebook
* Collect data from different stations
* Run queries in separated environments without granting access to all the data
## how does the farm data train work?
* A model / notebook is collecting data from each station
* Each station is:
* pulling the model from the git repository
* building & run the notebook
## Run the in the container
```bash
$ git pull git@git.wur.nl:kland001/farm-data-train.git
$ docker build -t fdt .
$ docker run -p 8888:8888 fdt -v .:/home
```
* copy the url from the terminal and paste it in the browser
* run the notebook
* push the code to the repository
[a relative link]kiss_data_train.ipynb)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment