0
0

More than 1 year has passed since last update.

DockerでCentos7 Python3.6の環境を構築 & Jupyter Lab

Posted at

構築内容

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
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0