Skip to content

alexshmmy/dockerSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker sample

Three basic docker files to deploy applicaitons in Python without installing any dependencies locally.

dockerSample/jupyter_dev

Contains the dockerfile for a jupyter notebook and pre-install some basic Python libraries in order to test Python scripts. Everything is built and run inside the Docker container.

dockerSample/vscode_dev

Contains the dockerfile for a vscode dev environment and pre-install some basic Python libraries in order to test Python scripts. Everything is built and run inside the Docker container.

dockerSample/python_dev

Contains the dockerfile for a python deployment along with dependencies installation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published