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 with python3 #67

Closed
kazeevn opened this issue Mar 17, 2016 · 5 comments
Closed

Docker with python3 #67

kazeevn opened this issue Mar 17, 2016 · 5 comments

Comments

@kazeevn
Copy link

kazeevn commented Mar 17, 2016

Hi!

Using REP with Docker is really nice and easy. Is it possible to have the same for Python 3 or do I have to build the image myself?

@arogozhnikov
Copy link
Contributor

make rep-base-image3

should be the answer (using code from master).

Having both python2 and python3 inside one docker will drive to huge size of docker image.

@kazeevn
Copy link
Author

kazeevn commented Mar 18, 2016

Thank you, Alex!

I've run the command and got an error:

Error installing ROOT /root/install-repbase-env.sh: line 96: bin/thisroot.sh: No such file or directory The command '/bin/sh -c /root/install-repbase-env.sh' returned a non-zero code: 1 make: *** [rep-base-image3] Error 1

As for the size, is it possible to have a pure Python 3 variant?

@arogozhnikov
Copy link
Contributor

Oh, yes, I remember, this is due to the updates in miniconda.

In general, there are no problems in having one more docker image for python3. Is it pressing or waits till next release?

@kazeevn
Copy link
Author

kazeevn commented Mar 18, 2016

Is it pressing

No more.

or waits till next release?

Yes.

@arogozhnikov
Copy link
Contributor

docker for python3 is now available.

You can try it, it is available in dockerhub: yandex/rep:0.6.6_py3

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

No branches or pull requests

2 participants