You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -123,20 +123,19 @@ TODO list of languages we will support shortly:
123
123
124
124
# :computer: Installation
125
125
Uncoder IO can be installed in a following manner:
126
-
1. Docker container with web server and UI (available)
126
+
1. Docker container with web server and UI [Launch Instructions for Docker container](#launch-instructions-for-docker-container)
127
127
2. Docker continer API and CLI only (work in progress)
128
-
3. Build from source code directly
129
-
4. Ready to use as SaaS, privately with no registration or cookies at https://uncoder.io
130
-
5. Ready to use at SOC Prime SaaS with private AI augmentation, SOC 2 Type II certified environment and supporting ToS on data privacy, GDPR etc.
128
+
3. Build from source code directly (for advanced users, can be done following instructions from docker files)
129
+
4. Ready to use as SaaS, privately with no registration or cookies at [https://uncoder.io/](https://uncoder.io/)
130
+
5. Ready to use at SOC Prime SaaS with private AI augmentation, SOC 2 Type II certified environment and supporting ToS on data privacy, GDPR etc. at [https://tdm.socprime.com/uncoder-ai](https://tdm.socprime.com/uncoder-ai)
131
131
132
132
## Requirements
133
133
* Host with Windows, Linux, or other operating system supported by Docker
134
134
* These packages should be installed on the host:
135
135
* Docker v23.0.1 or newer
136
136
* Docker Compose v2.21.0 or newer
137
-
* Python 3.9 or newer
138
137
139
-
## Launch Instructions
138
+
## Launch Instructions for Docker container
140
139
1. Download the `UncoderIO-main` archive and unpack it.
141
140
2. In the CLI, go to the folder where the unpacked files are:
0 commit comments