Data science workflow repository to explore and guide you through the data science task using command line tools. 
				
			 
			
		 
		
		
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
	
	
		
		
			
	
    
		
			
				
					
						          | 
						 | 
						- # Ubuntu
 - FROM ubuntu:bionic
 - ENV UNAME="data-science"
 - MAINTAINER gmarxcc
 - LABEL version="0.1"
 - ARG DEBIAN_FRONTEND=noninteractive
 - ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
 - 
 - RUN apt-get update \
 - && apt-get install -y python3
 
 
  |