Compare commits

..

No commits in common. "5bb8437b1d615febc94cc119f4abef9dc7507908" and "41980212129c4bffcfce9297d5bc768c66b98b7a" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -319,7 +319,7 @@ Successfully tested with this package versions:
## Linux ## Linux
```shell ```shell
curl --insecure -L -X GET https://<dls-hostname-or-ip>/client-token -o /etc/nvidia/ClientConfigToken/client_configuration_token_$(date '+%d-%m-%Y-%H-%M-%S').tok curl --insecure -L -X GET https://<dls-hostname-or-ip>/client-token -o /etc/nvidia/ClientConfigToken/client_configuration_token.tok
service nvidia-gridd restart service nvidia-gridd restart
nvidia-smi -q | grep "License" nvidia-smi -q | grep "License"
``` ```

View File

@ -87,14 +87,14 @@ services:
} }
location / { location / {
return 301 https://$$host$$request_uri; return 301 https://dls-backend$$request_uri;
} }
} }
} }
EON EON
cat /etc/nginx/nginx.conf
nginx nginx
EOF' EOF'
dls: dls:
image: collinwebdesigns/fastapi-dls:latest image: collinwebdesigns/fastapi-dls:latest
restart: always restart: always