* Add runpod sls handler * remove LICENSE and fix README * chore: lint * use axolotl cloud image as base and various fixes * fix: trim allowed cuda versions * restore dockerfile * chore: update title * use axolotl cloud image --------- Co-authored-by: Wing Lian <wing@axolotl.ai> Co-authored-by: NanoCode012 <nano@axolotl.ai>
8 lines
341 B
Plaintext
8 lines
341 B
Plaintext
# Required Python packages get listed here, one per line.
|
|
# Reccomended to lock the version number to avoid unexpected changes.
|
|
|
|
# You can also install packages from a git repository, e.g.:
|
|
# git+https://github.com/runpod/runpod-python.git
|
|
# To learn more, see https://pip.pypa.io/en/stable/reference/requirements-file-format/
|
|
runpod~=1.7.0
|