構築内容
Centos7
Python3.6
Jupyter Lab
クローン
以下リポジトリをクローンする
https://github.com/yamada-ham/centos7_python3.6
コマンド ビルドして起動
$ docker-compose up -d
コンテナに入る
$ docker-compose exec centos bash
Jupyter起動
$ jupyter lab --ip=0.0.0.0 --port 9999 --allow-root
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
Centos7
Python3.6
Jupyter Lab
以下リポジトリをクローンする
https://github.com/yamada-ham/centos7_python3.6
$ docker-compose up -d
$ docker-compose exec centos bash
$ jupyter lab --ip=0.0.0.0 --port 9999 --allow-root
Register as a new user and use Qiita more conveniently
Go to list of users who liked