-
-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05f7900
commit 0fa5116
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
name: Issue report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# GPU-Jupyter Issue Report | ||
|
||
Thank you for taking the time to report a bug for the GPU-Jupyter project. Your feedback is valuable in helping us maintain and improve the project. Please fill out this report with as much detail as possible. | ||
|
||
## Issue Description | ||
|
||
**Describe the issue** | ||
A clear and concise description of the issue. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
**Expected Behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
## Environment | ||
|
||
**Operating System:** | ||
Provide details about the operating system you are using (e.g., Windows, macOS, Linux distribution). | ||
|
||
**NVIDIA GPU and CUDA version Details:** | ||
Provide details about the NVIDIA GPU, driver versions and CUDA version you are using (e.g., model, driver version `nvidia-smi` and `nvcc --version`). | ||
|
||
**GPU-Jupyter Version:** | ||
Specify the version of GPU-Jupyter you are using. | ||
|
||
**Docker command and parameters:** | ||
Specify the Docker command you are running. | ||
|
||
**Browser (if applicable):** | ||
Specify the browser and version (e.g., Chrome, Firefox). | ||
|
||
## Additional Context | ||
|
||
Add any other context about the problem here, such as specific configurations or circumstances under which the bug occurs. | ||
|
||
--- | ||
|
||
*Please ensure that you have checked the existing issues to avoid duplicates. Thank you for contributing to making GPU-Jupyter better!* |