add rust and mojo

This commit is contained in:
2024-01-28 22:50:45 +08:00
parent eb2f7652ba
commit fccde86721
2 changed files with 35 additions and 9 deletions

View File

@@ -146,4 +146,14 @@ docker push registry.cn-hangzhou.aliyuncs.com/hotwa/notebook:latest
# 拉取
docker pull registry.cn-hangzhou.aliyuncs.com/hotwa/jupyterhub:latest
docker pull registry.cn-hangzhou.aliyuncs.com/hotwa/notebook:latest
```
## add mojo
```shell
docker build --no-cache \
--build-arg AUTH_KEY= mut_efe460b898e3482bb6208bfcd4a51d7e \
-t mojosdk:latest \
-f mojo/examples/docker/Dockerfile.mojosdk .
docker buildx build --build-arg AUTH_KEY=mut_efe460b898e3482bb6208bfcd4a51d7e -t hotwa/notebook:latest . -f Dockerfile.base-notebook --load
```