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

Update generate_conda_file.py #983

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Update generate_conda_file.py #983

merged 1 commit into from
Nov 25, 2019

Conversation

dciborow
Copy link
Contributor

@dciborow dciborow commented Nov 25, 2019

Description

I hit a strange error when running the CPU Unit Tests.

"ERROR: fastai 1.0.46 requires nvidia-ml-py3, which is not installed."

It looks like "fastai" is in the conda base. But "nvidia-ml-py3", is only included in the the GPU image. I think fastai should be moved into CONDA_GPU.

Here is a PR that makes the change.

Related Issues

Checklist:

  • I have followed the contribution guidelines and code style for this project.
  • I have added tests covering my contributions.
  • I have updated the documentation accordingly.

@dciborow
Copy link
Contributor Author

I hit a strange error when running the CPU Unit Tests.

"ERROR: fastai 1.0.46 requires nvidia-ml-py3, which is not installed."

It looks like "fastai" is in the conda base. But "nvidia-ml-py3", is only included in the the GPU image. I think fastai should be moved into CONDA_GPU.

Here is a PR that makes the change.

Copy link
Collaborator

@miguelgfierro miguelgfierro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@miguelgfierro miguelgfierro merged commit 85c9d2f into staging Nov 25, 2019
@miguelgfierro miguelgfierro deleted the dciborow/fastai-bug branch November 25, 2019 10:16
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.

3 participants