mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2025-12-12 11:56:06 -05:00
Script Cleaning and Fixes (#114)
* organized existing scripts * Delete nodemon.json * exclude test/* from vitest * remove nodemon from package * Update: slight adjustments to package.json and readme * Update: more small changes to readme * Fix: cleanup scripts and start scripts --------- Co-authored-by: JT2M0L3Y <jtsmoley@icloud.com>
This commit is contained in:
@@ -56,7 +56,7 @@ sudo systemctl restart docker
|
||||
* `docker compose rm`
|
||||
* `docker ps` to check if containers have been removed.
|
||||
* This may not work if the nvidia installation was done incorrectly. If this is the case, please utilize the [Manual "Clean-up"](#manual-run-with-docker) shown below.
|
||||
* You can also use `npm run clean` to clean up the containers and remove the network to address a possible `Address already in use` problem.
|
||||
* You can also use `npm run clean` to clean up the containers and remove the network to address a possible `Address already in use` problem. This script does not have to end without error to work.
|
||||
|
||||
## Manual Run (with Docker)
|
||||
* Run the following commands:
|
||||
|
||||
Reference in New Issue
Block a user