-
Install docker
-
Clone:
git clone https://github.com/guglielmopadula/dockerfiles.git
- Enter the directory
cd dockerfiles/units2122-2nd
- build:
docker build --tag uni .
- enter your working directory (tipically home):
cd
- run:
docker run -v$PWD:/data -t -i -p 8888:8888 uni
A Jupyter notebook will start with all the dependencies installed.
-
Install docker
-
Clone:
git clone https://github.com/guglielmopadula/dockerfiles.git
- Enter the directory
cd dockerfiles/units2122-2nd-intel
- build:
docker build --tag uni .
- enter your working directory (tipically home):
cd
- run:
docker run -v$PWD:/data -t -i -p 8888:8888 uni
A Jupyter notebook will start with all the dependencies installed.