This is a simple GPU booking app to manage the use of DGX Workstation server together easily.
-
Install the required Python packages:
pip install -r requirements.txt
-
Run the application:
python main.py
-
Open your web browser and go to http://127.0.0.1:5000
-
Build the Docker image:
docker build -t gpu-booking-app .
-
Run the Docker container:
docker run -p 5000:5000 gpu-booking-app
-
Open your web browser and go to http://127.0.0.1:5000