File size: 345 Bytes
9aea266
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

#sudo adduser --shell /usr/sbin/nologin sshuser
#sudo nano /etc/ssh/sshd_config
#Match User sshuser
#    AllowTcpForwarding yes
#    X11Forwarding no
#    PermitTTY no
#    ForceCommand /bin/false

docker kill vllm-openai
docker rm vllm-openai

HUGGING_FACE_HUB_TOKEN=$(cat hf_token.txt) docker compose up -d

venv/bin/python srv.py