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

Docker image usage #13

Closed
wpzdm opened this issue Mar 20, 2019 · 3 comments
Closed

Docker image usage #13

wpzdm opened this issue Mar 20, 2019 · 3 comments

Comments

@wpzdm
Copy link

wpzdm commented Mar 20, 2019

Hi Diviyan,

Thank you for your project!

I am not very familiar with Docker, but I think it's worth trying.
I did the following:

$ docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
divkal/cdt-py3.6    0.4.0               2af9c5c51ac1        2 weeks ago         3.34GB
$ docker run -it --entrypoint /bin/bash 2af9c5c51ac1
root@35b4b45ecfc8:/#

But it seems there is no python or conda in the image:

root@35b4b45ecfc8:/# python
bash: python: command not found
root@35b4b45ecfc8:/# conda
bash: conda: command not found

I believe it must be my fault. Could you please give some pointers?

Best,
Abel

@diviyank
Copy link
Collaborator

Hi Abel,
Thanks for using this package !
I think that only python3 is available, and is not linked to the python. Could you try executing the command python3 and if that still doesn't work please try /usr/bin/python3.

I should install conda this docker image, I guess it would bring less confusion.

Best regards,
Diviyan

@wpzdm
Copy link
Author

wpzdm commented Apr 9, 2019

Thank you! python3 works!

@diviyank
Copy link
Collaborator

Great ! I shall close this issue, don't hesitate to open it again if an issue arises again.

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