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-cuda: move recipe to reusable makefile target deps-cuda #1055

Merged
merged 3 commits into from
Jun 9, 2023

Conversation

bertsky
Copy link
Collaborator

@bertsky bertsky commented Jun 9, 2023

No description provided.

Copy link
Member

@kba kba left a comment

Choose a reason for hiding this comment

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

LGTM, thanks, testing now, then merging.

@kba kba merged commit 6708624 into OCR-D:master Jun 9, 2023
Comment on lines +53 to +55
deps-cuda: PYTHON_PREFIX != $(PYTHON) -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])'
deps-cuda:
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
Copy link
Contributor

Choose a reason for hiding this comment

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

These lines cause build warnings in the latest code (where line numbers changed):

Makefile:63: warning: overriding commands for target `deps-cuda'
Makefile:61: warning: ignoring old commands for target `deps-cuda'

@bertsky bertsky deleted the deps-cuda branch June 6, 2024 14:11
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