Skip to content

Commit 2c4d07a

Browse files
authored
Create README.md
1 parent fe54bb8 commit 2c4d07a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# python-dev – Dockerized Python Development Environment
2+
3+
## Introduction
4+
5+
This repository is a lightweight template for a reproducible Python development environment using Docker and VS Code Dev Containers (or GitHub Codespaces). It is pre-configured to optionally leverage an NVIDIA GPU when available, so you can work on data science, ML, or general Python projects without polluting your host system.
6+
7+
## Prerequisite
8+
9+
Before using this repository, you need to have the following installed on your system:
10+
11+
- Docker Desktop
12+
- VSCode with Dev Container extension installed
13+
- Alternative: Remote Repositories extension of VSCode
14+
15+
## How to use
16+
17+
To use this repository, follow the steps below:
18+
19+
1. Create new repository by clicking the Use this template button above.
20+
2. Open your duplicated repository in VSCode using the command ">Dev Containers: Clone Repositories in Named Container Volume". You can name your container for easy referencing.

0 commit comments

Comments
 (0)