-
Notifications
You must be signed in to change notification settings - Fork 2
Update local test setup to python 3 #258
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
Conversation
docker/local-run/Dockerfile
Outdated
| @@ -1,4 +1,4 @@ | |||
| FROM pcic/pdp-base-minimal:1.0.0 | |||
| FROM pdp-python3 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pdp-base-minimal:pdp-python3
This makes the image that the docker container uses.
|
Thank you for the help, I was confused about which commands were building on an existing image, creating a new image, or naming an image. |
|
I am still seeing some filepaths in traceroutes that indicate python 2.7 is being used. I updated all uses of "pip" in the entrypoint files to "pip3" but I'm not sure if that actually did anything - it didn't fix the problem. |
|
Redundant with #282 |
Updates the development setup to python 3.
This PR isn't for merging, it's just a nice way to compare changes made to the files.