https://github.com/akileshjayakumar/markdown
https://github.com/akileshjayakumar/markdown
docker markdown shell-scripts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/akileshjayakumar/markdown
- Owner: akileshjayakumar
- License: mit
- Created: 2024-08-25T07:30:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T13:57:35.000Z (over 1 year ago)
- Last Synced: 2025-03-10T17:11:21.611Z (over 1 year ago)
- Topics: docker, markdown, shell-scripts
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux Setup Scripts and Notes
Helper scripts and docs for Ubuntu-based GPU workstation setup: CUDA 12.4, Docker with NVIDIA runtime, GPG commit signing, and Git LFS.
## Quick Start
```bash
git clone https://github.com/akileshjayakumar/markdown
cd markdown
```
## Capabilities
- Ubuntu 22.04 (or compatible Debian-based distro)
- NVIDIA GPU with working driver (`nvidia-smi`)
- `bash`, `git`, `gpg`, `curl`, and `sudo` access
- `scripts/cuda_install_part1.sh`: reinstalls CUDA stack and configures Docker + NVIDIA runtime.
## Configuration
- No required environment variables are documented for basic usage.
## Usage
```bash
ls -la
```
## Contributing and Testing
- Contributions are welcome through pull requests with clear, scoped changes.
- No automated test suite is currently documented for this repository.
## License
Licensed under the `MIT` license. See [LICENSE](./LICENSE) for full text.