Skip to content

guglielmopadula/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For standard users and non-intel power users

  1. Install docker

  2. Clone:

git clone https://github.com/guglielmopadula/dockerfiles.git

  1. Enter the directory
cd dockerfiles/units2122-2nd
  1. build:
docker build --tag uni .    
  1. enter your working directory (tipically home):
cd
  1. run:
docker run -v$PWD:/data -t -i  -p 8888:8888 uni

A Jupyter notebook will start with all the dependencies installed.

For intel power users

  1. Install docker

  2. Clone:

git clone https://github.com/guglielmopadula/dockerfiles.git

  1. Enter the directory
cd dockerfiles/units2122-2nd-intel
  1. build:
docker build --tag uni .    
  1. enter your working directory (tipically home):
cd
  1. run:
docker run -v$PWD:/data -t -i  -p 8888:8888 uni

A Jupyter notebook will start with all the dependencies installed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published