oop-python-nycu

This repo is used for OOP class in NYCU.

Docker

We have a Dockerfile with minimum installations of the packages we will use.

  • Nginx + Flask
  • vim-python-ide
  • pybind11

For first time user or any Dockerfile update

docker pull argnctu/oop:latest

Clone the repo

git clone git@github.com:ARG-NCTU/oop-python-nycu.git

or if you do not have ssh key yet (you should set it up soon)

git clone https://github.com/ARG-NCTU/oop-python-nycu.git

For your first docker terminal:

source docker_run.sh

More terminal:

source docker_join.sh