docker run --publish 8000:8888 --name fv fastaiv2-docker
This launches jupyter
notebook into the source code.
If you don't want this behaviour, run it with bash instead:
docker run -i -t fastaiv2 /bin/bash
git clone
cd fastaiv2-docker
docker image build -t fastaiv2-docker:latest .
This launches jupyter
notebook into the source code.
docker container run --publish 8000:8888 --name fv fastaiv2-docker:latest
Enjoy and please pull request!