Skip to content

When you only have limited amount of GPU workstation and using it together, reservation is better done with this.

Notifications You must be signed in to change notification settings

ibndias/gpu-booking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpu-booking-app

This is a simple GPU booking app to manage the use of DGX Workstation server together easily.

Quickstart

Local Setup

  1. Install the required Python packages:

    pip install -r requirements.txt
  2. Run the application:

    python main.py
  3. Open your web browser and go to http://127.0.0.1:5000

Docker Setup

  1. Build the Docker image:

    docker build -t gpu-booking-app .
  2. Run the Docker container:

    docker run -p 5000:5000 gpu-booking-app
  3. Open your web browser and go to http://127.0.0.1:5000

About

When you only have limited amount of GPU workstation and using it together, reservation is better done with this.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published