安装Docker软件
不再赘述,可参考本博客中以前的文章。
Dockerfile
github地址:
https://github.com/heliuphy/myDockerRepo/blob/master/jupyter-cling/Dockerfile
docker命令
1 | docker run -d --name jupyter-cling \ |
不再赘述,可参考本博客中以前的文章。
github地址:
https://github.com/heliuphy/myDockerRepo/blob/master/jupyter-cling/Dockerfile
1 | docker run -d --name jupyter-cling \ |