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 intended running environment #244

Open
vsoch opened this issue Aug 11, 2018 · 2 comments
Open

Docker intended running environment #244

vsoch opened this issue Aug 11, 2018 · 2 comments

Comments

@vsoch
Copy link

vsoch commented Aug 11, 2018

heyo! We are building the Dockerfile to run on a GPU node, and running into issue when we try to use with GPU:

https://github.com/researchapps/sherlock/tree/master/rllab#testing-with-exo

The run with CPU actually works (sort of) ok, but for GPU there is verbose output about the version of theano being too new. When we load the suggested version, another (larger) error spits out.

I'm wondering:

  • why did you choose to have both python 2.7 and 3.5 in your environment.yml?
  • what about updating theano?

Or if you know, can you share the libraries that you have loaded that everything works on? Have you tested with GPU? The only thing we've changed so far is the location of the install from /root to /opt so that when used in a Singularity container, the user can see it. Thanks muchly!

@vsoch
Copy link
Author

vsoch commented Aug 11, 2018

I also noticed in the environment.yml the system platform is specified to be darwin?

        - https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.1-py3-none-any.whl; sys_platform == 'darwin'

but we are installing in a linux container?

@vsoch
Copy link
Author

vsoch commented Aug 11, 2018

It looks like the dependency is ignored given linux, so I'm guessing this is there to support (also) a local install on a Mac.

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

1 participant