mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
docs: no tensorflow
This commit is contained in:
parent
a71dab09a5
commit
fe557d50d2
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -64,6 +64,9 @@ If you have access to a server that supports one of the sources below, I recomme
|
||||||
|
|
||||||
[](https://codeberg.org/calckey/ubuntu-bash-install) [](https://aur.archlinux.org/packages/calckey) [](https://install-app.yunohost.org/?app=calckey)
|
[](https://codeberg.org/calckey/ubuntu-bash-install) [](https://aur.archlinux.org/packages/calckey) [](https://install-app.yunohost.org/?app=calckey)
|
||||||
|
|
||||||
|
### 🐋 Docker
|
||||||
|
|
||||||
|
[How to run Calckey with Docker](./docker-README.md).
|
||||||
|
|
||||||
## 🧑💻 Dependencies
|
## 🧑💻 Dependencies
|
||||||
|
|
||||||
|
@ -103,7 +106,8 @@ cd calckey/
|
||||||
# nvm install 19 && nvm use 19
|
# nvm install 19 && nvm use 19
|
||||||
corepack enable
|
corepack enable
|
||||||
corepack prepare pnpm@latest --activate
|
corepack prepare pnpm@latest --activate
|
||||||
pnpm i
|
# To build without TensorFlow, append --no-optional
|
||||||
|
pnpm i # --no-optional
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🐘 Create database
|
## 🐘 Create database
|
||||||
|
@ -157,10 +161,6 @@ NODE_ENV=production pnpm install && pnpm run build && pnpm run migrate
|
||||||
pm2 start "NODE_ENV=production pnpm run start" --name Calckey
|
pm2 start "NODE_ENV=production pnpm run start" --name Calckey
|
||||||
```
|
```
|
||||||
|
|
||||||
### 🐋 Docker
|
|
||||||
|
|
||||||
[How to run Calckey with Docker](./docker-README.md).
|
|
||||||
|
|
||||||
## 😉 Tips & Tricks
|
## 😉 Tips & Tricks
|
||||||
|
|
||||||
- When editing the config file, please don't fill out the settings at the bottom. They're designed *only* for managed hosting, not self hosting. Those settings are much better off being set in Calckey's control panel.
|
- When editing the config file, please don't fill out the settings at the bottom. They're designed *only* for managed hosting, not self hosting. Those settings are much better off being set in Calckey's control panel.
|
||||||
|
|
Loading…
Add table
Reference in a new issue