mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-01 10:29:09 +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
|
# cargo from APT might be outdate and will result in gifski components not being built successfully
|
||||||
# apt-fast install -y --no-install-recommends cargo
|
# apt-fast install -y --no-install-recommends cargo
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
|
||||||
|
source $HOME/.cargo/env
|
||||||
cargo install gifski
|
cargo install gifski
|
||||||
|
|
||||||
# install waifu2x-caffe
|
# install waifu2x-caffe
|
||||||
|
Loading…
Reference in New Issue
Block a user