https://github.com/pythonnut/apptainer-jax
Apptainer "kitchen sink" ML environment using Poetry
https://github.com/pythonnut/apptainer-jax
apptainer jax poetry-python pytorch tensorflow
Last synced: about 1 month ago
JSON representation
Apptainer "kitchen sink" ML environment using Poetry
- Host: GitHub
- URL: https://github.com/pythonnut/apptainer-jax
- Owner: PythonNut
- Created: 2022-06-19T16:50:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T19:50:43.000Z (about 2 years ago)
- Last Synced: 2025-02-07T09:33:15.874Z (3 months ago)
- Topics: apptainer, jax, poetry-python, pytorch, tensorflow
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apptainer-jax
Apptainer "kitchen sink" ML environment using Poetry# Building a new container with Slurm
```bash
sbatch cuda-jax.slurm
```# Running the container
```
cuda-jax-wrapper.sh ...
```You may want to give `cuda-jax-wrapper.sh` a convenient name (and put it in your `PATH`).