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

GPU: Docker Image Changes #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

airbrain-org
Copy link

Modified requirements.txt in the Dockerfile.gpu to remove the
version information after each python package. This was
necessary to allow tensorflow/tensorflow:latest-gpu-py3-jupyter
to successfully access the GPU's on the host system.

Added git to the Dockerfile's, required for the image to build successfully.

Replaced "--network=host" with "-p 8888:8888" to allow the jupyter
notebook to be accessed when running on a Windows host.

Modified requirements.txt in the Dockerfile.gpu to remove the
version information after each python package. This was
necessary to allow tensorflow/tensorflow:latest-gpu-py3-jupyter
to successfully access the GPU's on the host system.
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

Successfully merging this pull request may close these issues.

1 participant