构建功能镜像
温馨提示
- 容器环境:ubuntu 18.04
- jupyter
- Tensorboard
- Vscode
# jupyter安装
1 安装之前请先更新apt源,修改完apt源之后执行
sudo apt-get update
2 安装python、pip
sudo apt-get install -y python3-pip
python3 -m pip install --upgrade pip
3 安装jupyter
pip install jupyterlab -i https://pypi.tuna.tsinghua.edu.cn/simple
1
2
3
4
5
6
7
2
3
4
5
6
7
# Tensorboard安装
1.安装之前请先更新apt源,修改完apt源之后执行
sudo apt-get update
2.安装python、pip
sudo apt-get install -y python3-pip
python3 -m pip install --upgrade pip
3.安装Tensorboard
pip install tensorboard -i https://pypi.tuna.tsinghua.edu.cn/simple
1
2
3
4
5
6
7
2
3
4
5
6
7
# Vscode安装
1.参考Vscode官网github安装(推荐)
https://github.com/coder/code-server
2.使用命令安装
curl -fsSL https://code-server.dev/install.sh | sh
1
2
3
4
5
2
3
4
5
注意⚠️
- 安装完成后,请与我司取得联系,需获取启动功能脚本才可运行上述功能,谢谢!