Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 659 Bytes

File metadata and controls

25 lines (22 loc) · 659 Bytes

Docker-Python-C++-SSH

This repository offers a development environment for Python and C++ with Docker

Getting started

Dockerfile

docker run --runtime nvidia --rm -it skujirai/docker-python-cpp-ssh

Docker Compose

docker-compose up --build

C++ Develop environment

Options

  • PORT_SSH: SSH port
  • PORT_NOTEBOOK: Port number for jupyter notebook
  • NOTEBOOK_PASS: Password to access jupyter notebook