Added pip and python to install requirements in docker file
This commit is contained in:
@@ -28,7 +28,6 @@ _git_changed() {
|
||||
# PROGRAM
|
||||
echo "Installing dependencies..."
|
||||
pip install -r $INPUT_PIP_PATH
|
||||
pip install django-extensions pyparsing pydot
|
||||
echo "Creating data model..."
|
||||
python manage.py graph_models -a -g-o $INPUT_OUTPUT_PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user