From 59860dcfc316f9e0a1faff6ba2ea0715212ee017 Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Wed, 2 Sep 2020 14:00:47 -0400 Subject: [PATCH] added missing source command in Docker script --- src/video2x_setup_ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video2x_setup_ubuntu.sh b/src/video2x_setup_ubuntu.sh index d4fc64a..c1bc37b 100755 --- a/src/video2x_setup_ubuntu.sh +++ b/src/video2x_setup_ubuntu.sh @@ -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