mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-29 16:09:10 +00:00
added missing source command in Docker script
This commit is contained in:
parent
b38ce2c56d
commit
59860dcfc3
@ -58,6 +58,7 @@ mkdir -v -p $INSTALLATION_PATH/video2x/src/dependencies
|
||||
# cargo from APT might be outdate and will result in gifski components not being built successfully
|
||||
# apt-fast install -y --no-install-recommends cargo
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
cargo install gifski
|
||||
|
||||
# install waifu2x-caffe
|
||||
|
Loading…
Reference in New Issue
Block a user