Skip to content
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

Python version in docker image #69

Open
saraswat40 opened this issue Apr 15, 2020 · 2 comments
Open

Python version in docker image #69

saraswat40 opened this issue Apr 15, 2020 · 2 comments

Comments

@saraswat40
Copy link

I retrieved the docker image like so:
# docker pull akashin/coursera-aml-nlp

#python3 --version
shows that this has python 3.5 installed

Unfortuantely python 3.5 has this bug. Because of this test_my_bag_of_words() fails as the dict order is not maintained. This works correctly in colab as the colab python version is 3.6.

I tried upgrading python 3.5 on the docker image to python 3.7 using this post. The upgrade seems to work. I also upgrade the jupyter notebook. But then the notebook doesn't work properly.

Is it possible to provide a docker image with an upgraded python version?

@mrondin1
Copy link

mrondin1 commented Mar 1, 2022

Hey @saraswat40 - did you ever figure something out here?

@saraswat40
Copy link
Author

no, I hated this course, so I abandoned it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants