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 6d16544 commit 16f3d14Copy full SHA for 16f3d14
README.md
@@ -36,7 +36,7 @@ $ docker run --gpus all --rm -it --shm-size=1g ubuntu:jammy
36
After that, run the following commands inside the container:
37
38
```bash
39
-cd ~
+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
41
chmod +rwx install-ffmpeg-5_0.sh
42
./install-ffmpeg-5_0.sh --all --nvcuda --sudofix
0 commit comments