update node kernels

This commit is contained in:
Zheyuan Wu
2025-11-05 01:22:40 -06:00
parent a9d84cb2bb
commit 1d662e1f32
5 changed files with 40 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ services:
# you may need to update relative directories if you move this file
# default created directories is /docker/docker-compose.yaml
notenextra-math:
image: trance0/notenextra-math:latest
build:
context: ../
dockerfile: ./docker/math/Dockerfile
@@ -13,6 +14,7 @@ services:
ports:
- 13001:4200
notenextra-cse:
image: trance0/notenextra-cse:latest
build:
context: ../
dockerfile: ./docker/cse/Dockerfile