We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f3d14 commit 4a36c3fCopy full SHA for 4a36c3f
README.md
@@ -37,7 +37,7 @@ After that, run the following commands inside the container:
37
38
```bash
39
cd ~ && apt update && apt install wget
40
-wget -O https://raw.githubusercontent.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/deps/install-ffmpeg-5_0.sh
+wget https://raw.githubusercontent.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/deps/install-ffmpeg-5_0.sh
41
chmod +rwx install-ffmpeg-5_0.sh
42
./install-ffmpeg-5_0.sh --all --nvcuda --sudofix
43
```
0 commit comments