• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Hardware Acceleration and Docker

     
    • 0 Vote(s) - 0 Average

    Hardware Acceleration and Docker

    Jellyfin on Docker Engine hardware acceleration with a P400
    missmintygreen
    Offline

    Junior Member

    Posts: 20
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #7
    2024-06-12, 10:21 PM
    (2024-06-12, 10:11 PM)TheDreadPirate Wrote: Step number 2.  Did you install the Nvidia container toolkit?  Because why would Nvidia make things simple for us?

    Also, can you share your docker compose file with us?

    Yes, I did install the container toolkit! Can't have it be too easy or everyone would be doing it.

    Here's my compose file!

    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin
        container_name: jellyfin
        network_mode: 'host'
        volumes:
          - /home/me/jellyfin:/config
          - /home/me/jellyfin:/cache
          - type: bind
            source: /media/me/library/Movies
            target: /Movies
          - type: bind
            source: /media/me/library/Shows
            target: /Shows
            read_only: true
        restart: 'unless-stopped'
        runtime: nvidia
        deploy:
          resources:
            reservations:
              devices:
                - capabilities: [gpu]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 01:08 AM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-12, 01:34 AM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 02:00 AM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-12, 03:33 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 10:08 PM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-12, 10:11 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 10:21 PM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-12, 10:29 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 10:34 PM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-12, 10:41 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 11:53 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 11:59 PM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-13, 12:08 AM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-13, 12:11 AM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-13, 11:51 AM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-13, 10:23 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-29, 07:50 PM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-30, 02:15 AM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-30, 02:27 AM
    RE: Hardware Acceleration and Docker - by rambro1stbud - 2024-09-15, 05:59 PM
    RE: Hardware Acceleration and Docker - by Odinos - 2024-09-26, 08:00 AM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-09-15, 08:26 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode