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

Improvement remove requirements txt #143

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

JSchmie
Copy link
Owner

@JSchmie JSchmie commented Dec 20, 2024

Remove requirement.txt.

Therefore, adjusted Dockerfile, and actions

@github-actions github-actions bot added dependencies Pull requests that update a dependency file workflows docker labels Dec 20, 2024
@@ -17,8 +17,6 @@ classifiers = [
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3.8',
Copy link
Collaborator

Choose a reason for hiding this comment

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

'Programming Language :: Python :: 3.8' also remove?

@@ -17,8 +17,6 @@ classifiers = [
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.1',
Copy link
Collaborator

Choose a reason for hiding this comment

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

The base image now uses CUDA 12.4, not sure how important it is here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docker release workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants