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

Add Dockerfile for GPU #23

Open
5 tasks
alesolano opened this issue Sep 29, 2021 · 0 comments
Open
5 tasks

Add Dockerfile for GPU #23

alesolano opened this issue Sep 29, 2021 · 0 comments
Assignees
Labels
not-agent Here we don't affect the agent perse

Comments

@alesolano
Copy link
Member

Description

Now that we have a Dockerfile.cpu, we need a Dockerfile.gpu. This should be tested in a machine with a GPU.
Also, as we will have two Dockerfiles and two requirements files, we should check what the best practices are for managing this duplicity.

Requirements

Things you need in order to complete the issue.

  • Machine with a GPU
  • Knowledge about best practices for managing two Dockerfiles.

Acceptance Criteria

Criteria that must be met in order to close the issue successfully.

  • A Dockerfile for gpu is created.
  • This new Dockerfile can be built successfully. Check command: python -c "import tensorflow as tf; print(tf.reduce_sum(tf.random.normal([1000, 1000])))"
  • The two Dockerfiles are managed in the best way.
@alesolano alesolano added the not-agent Here we don't affect the agent perse label Sep 29, 2021
@alesolano alesolano self-assigned this Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-agent Here we don't affect the agent perse
Projects
None yet
Development

No branches or pull requests

1 participant