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
|
||||
virtualenv --distribute venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
venv/bin/pip install -r requirements.txt
|
||||
sudo venv/bin/python -m workers.dockerfilebuild -D
|
||||
```
|
||||
|
|
Reference in a new issue