-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building the test worker image fails. #46
Comments
I patched #36 and it appears to fix the issue. |
Using pipenv #36 didn't work for me. The build worked but subsequently imports of packages (like kubernetes failed). I think this might be because its in a virtual env and we might need to activate it I stripped out the hashes from the requirements file and that seems to work.
@jimexist is there something else that needs to happen to use packages installed via Pipenv? |
i did use see #36 and https://github.com/kubeflow/testing/pull/36/files#diff-475e714b0c3678141c59dab9961e8841R106 |
@jimexist maybe I did something wrong but it didn't seem to work. |
… process. We want to use a different image for security reasons because test code running in the test project could potentially modify the test worker image. To deal with kubeflow#46 remove hashes from requirements.txt
… process. (kubeflow#47) We want to use a different image for security reasons because test code running in the test project could potentially modify the test worker image. To deal with kubeflow#46 remove hashes from requirements.txt
I tried rebuilding the Docker image used by our test workers and I got the following error.
This might be fixed by #36 by switching to pipenv.
The text was updated successfully, but these errors were encountered: