Reduce a step in the worker bootstrap.
This commit is contained in:
parent
8327d9fdbf
commit
c92ce54a37
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ start the worker
|
||||||
```
|
```
|
||||||
cd quay
|
cd quay
|
||||||
virtualenv --distribute venv
|
virtualenv --distribute venv
|
||||||
source venv/bin/activate
|
venv/bin/pip install -r requirements.txt
|
||||||
pip install -r requirements.txt
|
|
||||||
sudo venv/bin/python -m workers.dockerfilebuild -D
|
sudo venv/bin/python -m workers.dockerfilebuild -D
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue