FNNDSC / pman

A process management system written in python
MIT License
23 stars 33 forks source link

Make sure the /local directory is created #115

Closed betaredex closed 5 years ago

danmcp commented 5 years ago

@husky-parul Did this work for you?

husky-parul commented 5 years ago

@betaredex add pip3 install python-keystoneclient in Dockerfile. It is failing coz of missing dependency.

husky-parul commented 5 years ago

@husky-parul Did this work for you?

It worked after addingpip3 install python-keystoneclient in Dockerfile

betaredex commented 5 years ago

Added it in setup.py since that's where the other dependencies are

husky-parul commented 5 years ago

Added it in setup.py since that's where the other dependencies are

I think you need to add in /pman/openshift/pman-swift-publisher/Dockerfile @danmcp correct me if I'm wrong.

danmcp commented 5 years ago

@husky-parul Sounds right

@betaredex Note that you have a merge conflict. It looks like you pulled in some of the changes from the previous memory optimization PR.