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

Ubuntu用Dockerfileを追加 #535

Merged
merged 2 commits into from
Sep 9, 2021
Merged

Ubuntu用Dockerfileを追加 #535

merged 2 commits into from
Sep 9, 2021

Conversation

kazuki0824
Copy link
Contributor

概要(Summary)

  • Ubuntu用Dockerfileを追加しました
  • Debian版と異なり、GPUの使用を想定しています
  • nvidia/cuda:11.4.1-devel-ubuntu20.04をベースに、Nvencを有効化したffmpegをビルドします
  • 環境変数CUDA_CCにて、使用デバイスに合ったCompute Capability を与える必要があります (これを複数与えることも可能なはずですが未実装です)
  • BuildKitが必要なオプションを一部使用していますので、問題があれば適宜修正してください
  • その他誤字を一箇所修正しました

@l3tnun
Copy link
Owner

l3tnun commented Sep 9, 2021

プルリクありがとうございます。
マージします。
手元に Nvenc 環境がないので、将来的なバージョンアップ等で保守ができなくなった場合は削除する可能性がありますのでその点はご了承ください。

@l3tnun l3tnun merged commit 86ae4cc into l3tnun:master Sep 9, 2021
@kazuki0824
Copy link
Contributor Author

保守の件了解です。こちらでこのDockerfileを用いた環境を使っておりますので、当面の間、私の方からもお力添えできればと考えています。
以上、宜しくお願いします。

@l3tnun
Copy link
Owner

l3tnun commented Sep 12, 2021

Github Action の結果を見て気がついたのですが、このプルリクエストは Docker Hub に今回追加した Dockerfile を元にしたイメージが公開されることを意図していますよね?

そうであれば、.github/workflows/ にワークフローを追加してもらい Docker Hub にて公開されるようにしないとだめです。

@kazuki0824
Copy link
Contributor Author

そこも勝手にいじってしまって構わないのですね!
matrix.distroに追加します。

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.

2 participants