add rust and mojo
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user