Skip to content

Commit

Permalink
gitのURL修正, README加筆
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki0824 committed Nov 2, 2021
1 parent c52db4c commit 074f7fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ nano mirakurun/conf/channels.yml

#コメントアウトされている restart や user の設定を適宜変更する
nano docker-compose.yml

docker-compose up
```

## Dockerイメージ単体での使用法
Expand All @@ -33,8 +35,8 @@ docker run --name <名前> kazuki0824/epgstation-nvenc:latest --gpus [all|<count
```
コンテナ実行時にオプション --gpus を追加してください。Docker 19.03以上が必要です

## Dockerイメージ単体のビルド
自前でコンテナをビルドするには、epgstation-nvenc/Dockerfileを使用します。
## 参考:Dockerイメージ単体のビルド
もしも自前でコンテナをビルドしたい場合は、epgstation-nvenc/Dockerfileを使用します。
```sh
curl -sf https://raw.githubusercontent.com/kazuki0824/EPGStation-nvenc-docker/main/single-container.sh | sh -s
```
Expand Down
2 changes: 1 addition & 1 deletion single-container.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

git clone git@github.com:kazuki0824/EPGStation-nvenc-docker.git --no-checkout
git clone https://github.com/kazuki0824/EPGStation-nvenc-docker.git --no-checkout

cd EPGStation-nvenc-docker
git sparse-checkout init
Expand Down

0 comments on commit 074f7fb

Please sign in to comment.