Skip to content
Snippets Groups Projects
Commit 95f488a1 authored by Stefano Stalio's avatar Stefano Stalio
Browse files

Update README.md

parent ad49eb6c
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ Un docker per jupyter notebooks basato su jupyter/datascience-notebook e con qua ...@@ -5,7 +5,7 @@ Un docker per jupyter notebooks basato su jupyter/datascience-notebook e con qua
Operazioni preliminari da eseguire su una VM ubuntu 18.04 appena istanziata: Operazioni preliminari da eseguire su una VM ubuntu 18.04 appena istanziata:
``` ```
export $DATA_DIR=/mnt/jupyter export DATA_DIR=/mnt/jupyter
sudo apt update sudo apt update
sudo apt -y upgrade sudo apt -y upgrade
...@@ -16,6 +16,10 @@ sudo apt update ...@@ -16,6 +16,10 @@ sudo apt update
sudo apt -y install docker-ce docker-compose git sudo apt -y install docker-ce docker-compose git
sudo mkdir $DATA_DIR sudo mkdir $DATA_DIR
sudo chown 1000 $DATA_DIR sudo chown 1000 $DATA_DIR
```
Volendo lanciare il solo docker jupyter a mano:
```
sudo /usr/bin/docker run -d \ sudo /usr/bin/docker run -d \
--name jupyter \ --name jupyter \
--rm \ --rm \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment