Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.46 KB

CI Coverage Black PythonVersion

💡 Overview

研究室の計算機サーバーで Dockerコンテナ上での GPUを用いた Pythonプログラムを実行しやすくするためのCUIツール

gpu_container_runner_github_2.mp4

🏷️ Requirements

✅ Setup

🚀 install

poetry build
sudo pip install -e .

🔥 uninstall

sudo python setup.py develop -u

🔨 Develop

make setup

🧑‍💻 run cui

poetry run python gpu_container_runner

🧪 run test

make test