File tree Expand file tree Collapse file tree 3 files changed +8
-24
lines changed Expand file tree Collapse file tree 3 files changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -187,15 +187,11 @@ With this file we have finished the packing of the project into MLCube! Now we c
187
187
188
188
### Project setup
189
189
190
+ ## Project setup
191
+
190
192
``` bash
191
- # Create Python environment
192
- virtualenv -p python3 ./env && source ./env/bin/activate
193
-
194
- # Install MLCube and MLCube docker runner from GitHub repository
195
- # (normally, users will just run `pip install mlcube mlcube_docker`)
196
- git clone https://github.com/mlcommons/mlcube && cd mlcube/mlcube
197
- python setup.py bdist_wheel && pip install --force-reinstall ./dist/mlcube-* && cd ..
198
- cd ./runners/mlcube_docker && python setup.py bdist_wheel && pip install --force-reinstall --no-deps ./dist/mlcube_docker-* && cd ../../..
193
+ # Create Python environment and install MLCube Docker runner
194
+ virtualenv -p python3 ./env && source ./env/bin/activate && pip install mlcube-docker
199
195
200
196
# Fetch the boston housing example from GitHub
201
197
git clone https://github.com/mlcommons/mlcube_examples && cd ./mlcube_examples
Original file line number Diff line number Diff line change 3
3
## Project setup
4
4
5
5
``` bash
6
- # Create Python environment
7
- virtualenv -p python3 ./env && source ./env/bin/activate
8
-
9
- # Install MLCube and MLCube docker runner from GitHub repository
10
- # (normally, users will just run `pip install mlcube mlcube_docker`)
11
- git clone https://github.com/mlcommons/mlcube && cd mlcube/mlcube
12
- python setup.py bdist_wheel && pip install --force-reinstall ./dist/mlcube-* && cd ..
13
- cd ./runners/mlcube_docker && python setup.py bdist_wheel && pip install --force-reinstall --no-deps ./dist/mlcube_docker-* && cd ../../..
6
+ # Create Python environment and install MLCube Docker runner
7
+ virtualenv -p python3 ./env && source ./env/bin/activate && pip install mlcube-docker
14
8
```
15
9
16
10
## Clone MLCube examples and go to mnist_openfl directory
Original file line number Diff line number Diff line change 3
3
## Project setup
4
4
5
5
``` bash
6
- # Create Python environment
7
- virtualenv -p python3 ./env && source ./env/bin/activate
8
-
9
- # Install MLCube and MLCube docker runner from GitHub repository
10
- # (normally, users will just run `pip install mlcube mlcube_docker`)
11
- git clone https://github.com/mlcommons/mlcube && cd mlcube/mlcube
12
- python setup.py bdist_wheel && pip install --force-reinstall ./dist/mlcube-* && cd ..
13
- cd ./runners/mlcube_docker && python setup.py bdist_wheel && pip install --force-reinstall --no-deps ./dist/mlcube_docker-* && cd ../../..
6
+ # Create Python environment and install MLCube Docker runner
7
+ virtualenv -p python3 ./env && source ./env/bin/activate && pip install mlcube-docker
14
8
```
15
9
16
10
## Clone MLCube examples and go to mnist_openfl directory
You can’t perform that action at this time.
0 commit comments