|
3 | 3 | Build the docker images: |
4 | 4 |
|
5 | 5 | ``` |
6 | | -docker build -t lihebi/codepod-ui:v0.4.3-alpha.4 ./ui |
7 | | -docker build -t lihebi/codepod-api:v0.4.3-alpha.4 ./api |
8 | | -docker build -t lihebi/codepod-proxy:v0.4.3-alpha.4 ./proxy |
9 | | -docker build -t lihebi/codepod-kernel-python:v0.4.3-alpha.4 ./runtime/kernel |
10 | | -docker build -t lihebi/codepod-runtime:v0.4.3-alpha.4 ./runtime |
| 6 | +docker build -t lihebi/codepod-ui:<tag> ./ui |
| 7 | +docker build -t lihebi/codepod-api:<tag> ./api |
| 8 | +docker build -t lihebi/codepod-proxy:<tag> ./proxy |
| 9 | +docker build -t lihebi/codepod-kernel-python:<tag> ./runtime/kernel |
| 10 | +docker build -t lihebi/codepod-runtime:<tag> ./runtime |
11 | 11 | ``` |
12 | 12 |
|
13 | 13 | Push to registry: |
14 | 14 |
|
15 | 15 | ``` |
16 | | -docker push lihebi/codepod-ui:v0.4.3-alpha.4 |
17 | | -docker push lihebi/codepod-api:v0.4.3-alpha.4 |
18 | | -docker push lihebi/codepod-proxy:v0.4.3-alpha.4 |
19 | | -docker push lihebi/codepod-kernel-python:v0.4.3-alpha.4 |
20 | | -docker push lihebi/codepod-runtime:v0.4.3-alpha.4 |
| 16 | +docker push lihebi/codepod-ui:<tag> |
| 17 | +docker push lihebi/codepod-api:<tag> |
| 18 | +docker push lihebi/codepod-proxy:<tag> |
| 19 | +docker push lihebi/codepod-kernel-python:<tag> |
| 20 | +docker push lihebi/codepod-runtime:<tag> |
21 | 21 | ``` |
22 | 22 |
|
23 | 23 | Create a cloud VM with docker support. Add DNS from domain name to the cloud |
@@ -61,8 +61,7 @@ npx prisma migrate dev --name init |
61 | 61 | Pull the kernel image: |
62 | 62 |
|
63 | 63 | ``` |
64 | | -docker pull lihebi/codepod-kernel-python:v0.4.3-alpha.4 |
65 | | -docker tag lihebi/codepod-kernel-python:v0.4.3-alpha.4 codepod-kernel-python |
| 64 | +docker pull lihebi/codepod-kernel-python |
66 | 65 | ``` |
67 | 66 |
|
68 | 67 | Now go to |
|
0 commit comments