Skip to content

rkmtlab/docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-template

概要

  • docker compose up --build -d とするだけで、Jupyter を用いる分析環境ができる。

使い方

JupyterLab を使う場合

  • 使用するディレクトリにてレポジトリを clone。
$ git clone https://github.com/rkmtlab/docker-template.git
$ cd docker-template
  • PORT={任意のポート番号} WORKSPACE={/workspaceにマウントしたいディレクトリ} docker compose up --build -d とコマンドを打ち込む -> 分析環境のコンテナができ上がり、指定した Post 番号で JupyterLab が立ち上がる。

  • docker の中に入る。 docker exec -it (container名) bash

  • /root/ にある start.sh を/workspace/に持ってきて、jupyter server を立ち上げる。

$ cp /root/start.sh ./
$ . start.sh
  • local PC のブラウザの検索欄に、 http://(サーバーのIPアドレス):(開けたサーバーのポート) と打ち込むと JupyterLab が立ち上がる。
    • 例: https://172.244.9.33:2987

VSCode を使う場合 → dev/use-github ブランチへ。

  • 使用するディレクトリにてレポジトリを clone し、dev/use-github ブランチに移動。
  • dev/use-github の README.md にあるやり方で作成する。

コンテナの閉じ方

  • docker compose down

Tips

-p で Project Name をつけることを推奨。誰のものかわからなくなるので

$ docker compose -p up (Project Name) --build -d

関連ページ

暦本研 scrapbox VSCode を使って、Jupyter を使える docker container を作る。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published