diff --git a/.github/runner/Dockerfile b/.github/runner/Dockerfile
index 93f24454d2..6e115a4100 100644
--- a/.github/runner/Dockerfile
+++ b/.github/runner/Dockerfile
@@ -37,11 +37,6 @@ RUN cd /home/devops && mkdir actions-runner && cd actions-runner \
&& curl -O -L https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz \
&& tar xzf ./actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz && chown -R devops ~devops
-RUN LIBTENSORFLOW_VERSION=2.6.3 \
- && curl -LO https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-linux-x86_64-${LIBTENSORFLOW_VERSION}.tar.gz \
- && sudo tar -C /usr/local -xzf libtensorflow-gpu-linux-x86_64-${LIBTENSORFLOW_VERSION}.tar.gz \
- && sudo ldconfig
-
# Add mime type for ts
RUN sudo echo 'ts'>>/usr/share/mime/packages/custom_mime_type.xml
RUN sudo update-mime-database /usr/share/mime
diff --git a/cmd/scenedetection/scenedetection.go b/cmd/scenedetection/scenedetection.go
deleted file mode 100644
index ec0019d2e1..0000000000
--- a/cmd/scenedetection/scenedetection.go
+++ /dev/null
@@ -1,111 +0,0 @@
-package main
-
-import (
- "fmt"
- "os"
- "strings"
- "time"
-
- "github.com/livepeer/lpms/ffmpeg"
-)
-
-func validRenditions() []string {
- valids := make([]string, len(ffmpeg.VideoProfileLookup))
- for p, _ := range ffmpeg.VideoProfileLookup {
- valids = append(valids, p)
- }
- return valids
-}
-
-func main() {
- if len(os.Args) <= 4 {
- //0,1 input.mp4 P720p25fps16x9,P720p30fps4x3 nv 0
- panic("Usage: