Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

environmental variables not passed through #35

Closed
cancan101 opened this issue Jan 15, 2016 · 0 comments
Closed

environmental variables not passed through #35

cancan101 opened this issue Jan 15, 2016 · 0 comments
Labels

Comments

@cancan101
Copy link

Compare:

$ THEANO_FLAGS='lib.cnmem=1' docker run -e THEANO_FLAGS -it master:5000/localrunner bash
root@fc14c3530051:~# echo $THEANO_FLAGS
lib.cnmem=1

with:

$ THEANO_FLAGS='lib.cnmem=1' nvidia-docker run -e THEANO_FLAGS -it master:5000/localrunner bash
root@394481a065ab:~# echo $THEANO_FLAGS

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

No branches or pull requests

2 participants