Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

SleepyMario/steam-amdgpu-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

THIS REPOSITORY HAS BEEN ARCHIVED.

What is this?

  • Docker container
  • Steam
  • Ubuntu 18.04 (bionic)/18.10 (cosmic)/19.04 (disco)
  • Very latest free amdgpu drivers from the oibaf ppa
  • Vulkan
  • Video
  • Audio

Functionality

Working:

  • Everything but one. See the next section.

Not Working:

  • Joysticks. Any help/fixes would be greatly appreciated!

How to Run

Edit the command below according to your needs and execute it.

docker run -d --rm -ti -e DISPLAY=$DISPLAY \
	--name ubuntu-amdgpu-$BRANCH \
        -v /tmp/.X11-unix:/tmp/.X11-unix \
        --device /dev/dri/:/dev/dri \
        -v /run/user/$UID/pulse/native:/tmp/pulse \
        -v /dev/shm:/dev/shm \
        -v /etc/machine-id:/etc/machine-id \
        -v /dev/kfd:/dev/kfd \
        -v /dev:/dev \
        -v /PATH/TO/USER/:/home/steam/ \
        sleepiestmario/steam-amdgpu-bionic:$BRANCH

About

A docker container for steam for users of amdgpu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors