Closed tromgy closed 5 years ago
Add "convenience" scripts for both macOS and Windows to make starting Docker images easier -- so you can just type source rundocker.sh instead of sudo docker run -v $(pwd):/home/jovyan/work -it --rm -p 8888:8888 dli-stack
source rundocker.sh
sudo docker run -v $(pwd):/home/jovyan/work -it --rm -p 8888:8888 dli-stack
Update documentation accordingly
Update Docker file to install latest pip
Thanks for this, @tromgy ! Most helpful 😄
Add "convenience" scripts for both macOS and Windows to make starting Docker images easier -- so you can just type
source rundocker.sh
instead ofsudo docker run -v $(pwd):/home/jovyan/work -it --rm -p 8888:8888 dli-stack
Update documentation accordingly
Update Docker file to install latest pip