New Linux Runtime

This commit is contained in:
henk717
2022-03-20 00:00:21 +01:00
parent a7f652f293
commit f1487a4551
8 changed files with 17 additions and 7 deletions

4
docker-cuda.sh Normal file
View File

@ -0,0 +1,4 @@
cd docker-cuda
xhost +local:docker
cp ../environments/huggingface.yml env.yml
docker-compose run --service-ports koboldai bash -c "cd /content && python3 aiserver.py $*"