Skip to content

Conversation

@usfngm
Copy link

The package python3-dev does not install pip3 so the following msg appears when attempting to build the docker file: /bin/sh: pip3: not found

Also the requirements.txt contains libs that already gets installed so when reattempting to install them again via "pip3 install", an error occurs and the docker file fails to build.

I've changed the requirements.txt and the dockerfile to fix the issues. The changes are tested on both Windows and Mac and they are working fine.

Thank you.

@balajikadambibalajikadambi merged commit cb61dc5 into IBM:masterJul 16, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@usfngm@balajikadambi