ajkndfjsdfasdf commited on
Commit
680e285
·
verified ·
1 Parent(s): 08dac8d

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -24
README.md DELETED
@@ -1,24 +0,0 @@
1
- # Custom Docker for RunPod / Hugging Face
2
-
3
- This archive includes:
4
- - Dockerfile (based on `pytorch:2.1.0-cuda11.8`)
5
- - Minimal `train.py`
6
- - Required Python packages
7
-
8
- ## Usage
9
-
10
- Upload to Hugging Face 🤗 Hub and use it as a custom Docker template in RunPod or similar platforms.
11
-
12
- ### RunPod Setup
13
-
14
- 1. Container Type: **Dockerfile from GitHub/URL**
15
- 2. GitHub or HF repo: Your hosted archive
16
- 3. Dockerfile Path: `Dockerfile`
17
- 4. Start Command: `bash`
18
-
19
- Then connect and run:
20
- ```bash
21
- cd /workspace && python train.py
22
- ```
23
-
24
- ✅ Happy training!