Skip to content

Commit

Permalink
fix: remove gpu-screen-recorder for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Apr 2, 2024
1 parent 0931d91 commit aff0083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV PATH=/usr/local/nvidia/bin:${PATH} \
NVIDIA_VISIBLE_DEVICES=all \
# All NVIDIA driver capabilities should preferably be used, check `NVIDIA_DRIVER_CAPABILITIES` inside the container if things do not work
NVIDIA_DRIVER_CAPABILITIES=all \
# Disable VSYNC for NVIDIA GPUs
# Disable VSYNC
__GL_SYNC_TO_VBLANK=0

ENV XDG_RUNTIME_DIR=/run/user/1000/ \
Expand Down Expand Up @@ -106,9 +106,9 @@ RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
flatpak \
mangohud \
gamescope \
&& flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \
&& flatpak install flathub com.dec05eba.gpu_screen_recorder
gamescope
# && flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \
# && flatpak install flathub com.dec05eba.gpu_screen_recorder
#TODO: Add gamemode back in, when we get the time
# meson \
# libsystemd-dev \
Expand Down

0 comments on commit aff0083

Please sign in to comment.